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
+4-2
Original file line number
Diff line number
Diff line change
@@ -71,11 +71,13 @@ Aside from the list methods there are `exec` and `exec_file` methods that allow
71
71
72
72
### Opts
73
73
74
-
You can pass the following options to the exec and exec_file functions:
74
+
You can pass the following options to the exec and exec_file functions. See `gptscript --help` for further information.
75
75
76
76
opts= {
77
77
"cache": True(default)|False,
78
-
"cache-dir": "",
78
+
"cache-dir": "/path/to/dir",
79
+
"quiet": True|False(default),
80
+
"chdir": "/path/to/dir",
79
81
}
80
82
81
83
Cache can be set to true or false to enable or disable caching globally or it can be set at the individual tool level. The cache-dir can be set to a directory to use for caching. If not set, the default cache directory will be used.
0 commit comments