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.
2 parents 7fc884c + d7b15dd commit e0aa2adCopy full SHA for e0aa2ad
pkg/openai/client.go
@@ -27,7 +27,7 @@ const (
27
28
var (
29
key = os.Getenv("OPENAI_API_KEY")
30
- url = os.Getenv("OPENAI_URL")
+ url = os.Getenv("OPENAI_BASE_URL")
31
)
32
33
type InvalidAuthError struct{}
0 commit comments