We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc95fb1 commit d7b15ddCopy full SHA for d7b15dd
pkg/openai/client.go
@@ -28,7 +28,7 @@ const (
28
29
var (
30
key = os.Getenv("OPENAI_API_KEY")
31
- url = os.Getenv("OPENAI_URL")
+ url = os.Getenv("OPENAI_BASE_URL")
32
)
33
34
type InvalidAuthError struct{}
0 commit comments