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 8e8fc03 commit 8455b86Copy full SHA for 8455b86
fn.go
@@ -44,11 +44,11 @@ import (
44
)
45
46
const (
47
- credName = "gpt"
48
- credKey = "OPENAI_API_KEY"
49
- credBaseURLKey = "OPENAI_BASE_URL"
50
- credModelKey = "OPENAI_MODEL"
51
- defaultModel = "gpt-4"
+ credName = "gpt"
+ credKey = "OPENAI_API_KEY"
+ credBaseURLKey = "OPENAI_BASE_URL"
+ credModelKey = "OPENAI_MODEL"
+ defaultModel = "gpt-4"
52
53
54
// Variables used to form the prompt.
0 commit comments