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
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT)
34
34
--list-models List the models available and exit ($GPTSCRIPT_LIST_MODELS)
35
35
--list-tools List built-in tools and exit ($GPTSCRIPT_LIST_TOOLS)
36
-
--listen-address string Server listen address ($GPTSCRIPT_LISTEN_ADDRESS) (default "127.0.0.1:0")
37
36
--no-trunc Do not truncate long log messages ($GPTSCRIPT_NO_TRUNC)
38
37
--openai-api-key string OpenAI API KEY ($OPENAI_API_KEY)
39
38
--openai-base-url string OpenAI base URL ($OPENAI_BASE_URL)
40
39
--openai-org-id string OpenAI organization ID ($OPENAI_ORG_ID)
41
40
-o, --output string Save output to a file, or - for stdout ($GPTSCRIPT_OUTPUT)
42
41
-q, --quiet No output logging (set --quiet=false to force on even when there is no TTY) ($GPTSCRIPT_QUIET)
43
42
--save-chat-state-file string A file to save the chat state to so that a conversation can be resumed with --chat-state ($GPTSCRIPT_SAVE_CHAT_STATE_FILE)
44
-
--server Start server ($GPTSCRIPT_SERVER)
45
43
--sub-tool string Use tool of this name, not the first tool in file ($GPTSCRIPT_SUB_TOOL)
46
44
--ui Launch the UI ($GPTSCRIPT_UI)
47
45
--workspace string Directory to use for the workspace, if specified it will not be deleted on exit ($GPTSCRIPT_WORKSPACE)
0 commit comments