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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ The GPTScript instance allows the caller to run gptscript files, tools, and othe
24
24
25
25
When creating a `GTPScript` instance, you can pass the following global options. These options are also available as run `Options`. Anything specified as a run option will take precedence over the global option.
26
26
27
+
-`CacheDir`: The directory to use for caching. Default (""), which uses the default cache directory.
27
28
-`APIKey`: Specify an OpenAI API key for authenticating requests
28
29
-`BaseURL`: A base URL for an OpenAI compatible API (the default is `https://api.openai.com/v1`)
29
30
-`DefaultModel`: The default model to use for chat completion requests
0 commit comments