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: docs/docs/04-command-line-reference/gptscript_eval.md
+21-21
Original file line number
Diff line number
Diff line change
@@ -25,27 +25,27 @@ gptscript eval [flags]
25
25
### Options inherited from parent commands
26
26
27
27
```
28
-
--cache-dir string Directory to store cache (default: $XDG_CACHE_HOME/gptscript) ($GPTSCRIPT_CACHE_DIR)
29
-
-C, --chdir string Change current working directory ($GPTSCRIPT_CHDIR)
30
-
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
31
-
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
32
-
--confirm Prompt before running potentially dangerous commands ($GPTSCRIPT_CONFIRM)
33
-
--credential-context string Context name in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT) (default "default")
34
-
--credential-override string Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
35
-
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
36
-
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)
37
-
--default-model string Default LLM model to use ($GPTSCRIPT_DEFAULT_MODEL) (default "gpt-4o")
38
-
--disable-cache Disable caching of LLM API responses ($GPTSCRIPT_DISABLE_CACHE)
39
-
--dump-state string Dump the internal execution state to a file ($GPTSCRIPT_DUMP_STATE)
40
-
--events-stream-to string Stream events to this location, could be a file descriptor/handle (e.g. fd://2), filename, or named pipe (e.g. \\.\pipe\my-pipe) ($GPTSCRIPT_EVENTS_STREAM_TO)
41
-
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT_FILE)
42
-
--no-trunc Do not truncate long log messages ($GPTSCRIPT_NO_TRUNC)
43
-
--openai-api-key string OpenAI API KEY ($OPENAI_API_KEY)
44
-
--openai-base-url string OpenAI base URL ($OPENAI_BASE_URL)
45
-
--openai-org-id string OpenAI organization ID ($OPENAI_ORG_ID)
46
-
-o, --output string Save output to a file, or - for stdout ($GPTSCRIPT_OUTPUT)
47
-
-q, --quiet No output logging (set --quiet=false to force on even when there is no TTY) ($GPTSCRIPT_QUIET)
48
-
--workspace string Directory to use for the workspace, if specified it will not be deleted on exit ($GPTSCRIPT_WORKSPACE)
28
+
--cache-dir string Directory to store cache (default: $XDG_CACHE_HOME/gptscript) ($GPTSCRIPT_CACHE_DIR)
29
+
-C, --chdir string Change current working directory ($GPTSCRIPT_CHDIR)
30
+
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
31
+
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
32
+
--confirm Prompt before running potentially dangerous commands ($GPTSCRIPT_CONFIRM)
33
+
--credential-context string Context name in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT) (default "default")
34
+
--credential-override strings Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
35
+
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
36
+
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)
37
+
--default-model string Default LLM model to use ($GPTSCRIPT_DEFAULT_MODEL) (default "gpt-4o")
38
+
--disable-cache Disable caching of LLM API responses ($GPTSCRIPT_DISABLE_CACHE)
39
+
--dump-state string Dump the internal execution state to a file ($GPTSCRIPT_DUMP_STATE)
40
+
--events-stream-to string Stream events to this location, could be a file descriptor/handle (e.g. fd://2), filename, or named pipe (e.g. \\.\pipe\my-pipe) ($GPTSCRIPT_EVENTS_STREAM_TO)
41
+
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT_FILE)
42
+
--no-trunc Do not truncate long log messages ($GPTSCRIPT_NO_TRUNC)
43
+
--openai-api-key string OpenAI API KEY ($OPENAI_API_KEY)
44
+
--openai-base-url string OpenAI base URL ($OPENAI_BASE_URL)
45
+
--openai-org-id string OpenAI organization ID ($OPENAI_ORG_ID)
46
+
-o, --output string Save output to a file, or - for stdout ($GPTSCRIPT_OUTPUT)
47
+
-q, --quiet No output logging (set --quiet=false to force on even when there is no TTY) ($GPTSCRIPT_QUIET)
48
+
--workspace string Directory to use for the workspace, if specified it will not be deleted on exit ($GPTSCRIPT_WORKSPACE)
Copy file name to clipboardExpand all lines: docs/docs/04-command-line-reference/gptscript_fmt.md
+21-21
Original file line number
Diff line number
Diff line change
@@ -19,27 +19,27 @@ gptscript fmt [flags]
19
19
### Options inherited from parent commands
20
20
21
21
```
22
-
--cache-dir string Directory to store cache (default: $XDG_CACHE_HOME/gptscript) ($GPTSCRIPT_CACHE_DIR)
23
-
-C, --chdir string Change current working directory ($GPTSCRIPT_CHDIR)
24
-
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
25
-
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
26
-
--confirm Prompt before running potentially dangerous commands ($GPTSCRIPT_CONFIRM)
27
-
--credential-context string Context name in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT) (default "default")
28
-
--credential-override string Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
29
-
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
30
-
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)
31
-
--default-model string Default LLM model to use ($GPTSCRIPT_DEFAULT_MODEL) (default "gpt-4o")
32
-
--disable-cache Disable caching of LLM API responses ($GPTSCRIPT_DISABLE_CACHE)
33
-
--dump-state string Dump the internal execution state to a file ($GPTSCRIPT_DUMP_STATE)
34
-
--events-stream-to string Stream events to this location, could be a file descriptor/handle (e.g. fd://2), filename, or named pipe (e.g. \\.\pipe\my-pipe) ($GPTSCRIPT_EVENTS_STREAM_TO)
35
-
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT_FILE)
36
-
--no-trunc Do not truncate long log messages ($GPTSCRIPT_NO_TRUNC)
37
-
--openai-api-key string OpenAI API KEY ($OPENAI_API_KEY)
38
-
--openai-base-url string OpenAI base URL ($OPENAI_BASE_URL)
39
-
--openai-org-id string OpenAI organization ID ($OPENAI_ORG_ID)
40
-
-o, --output string Save output to a file, or - for stdout ($GPTSCRIPT_OUTPUT)
41
-
-q, --quiet No output logging (set --quiet=false to force on even when there is no TTY) ($GPTSCRIPT_QUIET)
42
-
--workspace string Directory to use for the workspace, if specified it will not be deleted on exit ($GPTSCRIPT_WORKSPACE)
22
+
--cache-dir string Directory to store cache (default: $XDG_CACHE_HOME/gptscript) ($GPTSCRIPT_CACHE_DIR)
23
+
-C, --chdir string Change current working directory ($GPTSCRIPT_CHDIR)
24
+
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
25
+
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
26
+
--confirm Prompt before running potentially dangerous commands ($GPTSCRIPT_CONFIRM)
27
+
--credential-context string Context name in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT) (default "default")
28
+
--credential-override strings Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
29
+
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
30
+
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)
31
+
--default-model string Default LLM model to use ($GPTSCRIPT_DEFAULT_MODEL) (default "gpt-4o")
32
+
--disable-cache Disable caching of LLM API responses ($GPTSCRIPT_DISABLE_CACHE)
33
+
--dump-state string Dump the internal execution state to a file ($GPTSCRIPT_DUMP_STATE)
34
+
--events-stream-to string Stream events to this location, could be a file descriptor/handle (e.g. fd://2), filename, or named pipe (e.g. \\.\pipe\my-pipe) ($GPTSCRIPT_EVENTS_STREAM_TO)
35
+
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT_FILE)
36
+
--no-trunc Do not truncate long log messages ($GPTSCRIPT_NO_TRUNC)
37
+
--openai-api-key string OpenAI API KEY ($OPENAI_API_KEY)
38
+
--openai-base-url string OpenAI base URL ($OPENAI_BASE_URL)
39
+
--openai-org-id string OpenAI organization ID ($OPENAI_ORG_ID)
40
+
-o, --output string Save output to a file, or - for stdout ($GPTSCRIPT_OUTPUT)
41
+
-q, --quiet No output logging (set --quiet=false to force on even when there is no TTY) ($GPTSCRIPT_QUIET)
42
+
--workspace string Directory to use for the workspace, if specified it will not be deleted on exit ($GPTSCRIPT_WORKSPACE)
Copy file name to clipboardExpand all lines: docs/docs/04-command-line-reference/gptscript_parse.md
+21-21
Original file line number
Diff line number
Diff line change
@@ -19,27 +19,27 @@ gptscript parse [flags]
19
19
### Options inherited from parent commands
20
20
21
21
```
22
-
--cache-dir string Directory to store cache (default: $XDG_CACHE_HOME/gptscript) ($GPTSCRIPT_CACHE_DIR)
23
-
-C, --chdir string Change current working directory ($GPTSCRIPT_CHDIR)
24
-
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
25
-
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
26
-
--confirm Prompt before running potentially dangerous commands ($GPTSCRIPT_CONFIRM)
27
-
--credential-context string Context name in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT) (default "default")
28
-
--credential-override string Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
29
-
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
30
-
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)
31
-
--default-model string Default LLM model to use ($GPTSCRIPT_DEFAULT_MODEL) (default "gpt-4o")
32
-
--disable-cache Disable caching of LLM API responses ($GPTSCRIPT_DISABLE_CACHE)
33
-
--dump-state string Dump the internal execution state to a file ($GPTSCRIPT_DUMP_STATE)
34
-
--events-stream-to string Stream events to this location, could be a file descriptor/handle (e.g. fd://2), filename, or named pipe (e.g. \\.\pipe\my-pipe) ($GPTSCRIPT_EVENTS_STREAM_TO)
35
-
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT_FILE)
36
-
--no-trunc Do not truncate long log messages ($GPTSCRIPT_NO_TRUNC)
37
-
--openai-api-key string OpenAI API KEY ($OPENAI_API_KEY)
38
-
--openai-base-url string OpenAI base URL ($OPENAI_BASE_URL)
39
-
--openai-org-id string OpenAI organization ID ($OPENAI_ORG_ID)
40
-
-o, --output string Save output to a file, or - for stdout ($GPTSCRIPT_OUTPUT)
41
-
-q, --quiet No output logging (set --quiet=false to force on even when there is no TTY) ($GPTSCRIPT_QUIET)
42
-
--workspace string Directory to use for the workspace, if specified it will not be deleted on exit ($GPTSCRIPT_WORKSPACE)
22
+
--cache-dir string Directory to store cache (default: $XDG_CACHE_HOME/gptscript) ($GPTSCRIPT_CACHE_DIR)
23
+
-C, --chdir string Change current working directory ($GPTSCRIPT_CHDIR)
24
+
--color Use color in output (default true) ($GPTSCRIPT_COLOR)
25
+
--config string Path to GPTScript config file ($GPTSCRIPT_CONFIG)
26
+
--confirm Prompt before running potentially dangerous commands ($GPTSCRIPT_CONFIRM)
27
+
--credential-context string Context name in which to store credentials ($GPTSCRIPT_CREDENTIAL_CONTEXT) (default "default")
28
+
--credential-override strings Credentials to override (ex: --credential-override github.com/example/cred-tool:API_TOKEN=1234) ($GPTSCRIPT_CREDENTIAL_OVERRIDE)
29
+
--debug Enable debug logging ($GPTSCRIPT_DEBUG)
30
+
--debug-messages Enable logging of chat completion calls ($GPTSCRIPT_DEBUG_MESSAGES)
31
+
--default-model string Default LLM model to use ($GPTSCRIPT_DEFAULT_MODEL) (default "gpt-4o")
32
+
--disable-cache Disable caching of LLM API responses ($GPTSCRIPT_DISABLE_CACHE)
33
+
--dump-state string Dump the internal execution state to a file ($GPTSCRIPT_DUMP_STATE)
34
+
--events-stream-to string Stream events to this location, could be a file descriptor/handle (e.g. fd://2), filename, or named pipe (e.g. \\.\pipe\my-pipe) ($GPTSCRIPT_EVENTS_STREAM_TO)
35
+
-f, --input string Read input from a file ("-" for stdin) ($GPTSCRIPT_INPUT_FILE)
36
+
--no-trunc Do not truncate long log messages ($GPTSCRIPT_NO_TRUNC)
37
+
--openai-api-key string OpenAI API KEY ($OPENAI_API_KEY)
38
+
--openai-base-url string OpenAI base URL ($OPENAI_BASE_URL)
39
+
--openai-org-id string OpenAI organization ID ($OPENAI_ORG_ID)
40
+
-o, --output string Save output to a file, or - for stdout ($GPTSCRIPT_OUTPUT)
41
+
-q, --quiet No output logging (set --quiet=false to force on even when there is no TTY) ($GPTSCRIPT_QUIET)
42
+
--workspace string Directory to use for the workspace, if specified it will not be deleted on exit ($GPTSCRIPT_WORKSPACE)
0 commit comments