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 bcf7d41 commit e6d22c6Copy full SHA for e6d22c6
opts.go
@@ -18,7 +18,7 @@ func (g GlobalOptions) toEnv() []string {
18
args = append(args, "OPENAI_BASE_URL="+g.OpenAIBaseURL)
19
}
20
if g.DefaultModel != "" {
21
- args = append(args, "GPTSCRIPT_DEFAULT_MODEL="+g.DefaultModel)
+ args = append(args, "GPTSCRIPT_SDKSERVER_DEFAULT_MODEL="+g.DefaultModel)
22
23
24
return args
0 commit comments