You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,8 @@ When creating a `GTPScript` instance, you can pass the following global options.
26
26
27
27
-`APIKey`: Specify an OpenAI API key for authenticating requests
28
28
-`BaseURL`: A base URL for an OpenAI compatible API (the default is `https://api.openai.com/v1`)
29
-
-`DefaultModel`: The default model to use for OpenAI requests
29
+
-`DefaultModel`: The default model to use for chat completion requests
30
+
-`DefaultModelProvider`: The default model provider to use for chat completion requests
30
31
-`Env`: Supply the environment variables. Supplying anything here means that nothing from the environment is used. The default is `os.Environ()`. Supplying `Env` at the run/evaluate level will be treated as "additional."
0 commit comments