mirror of
https://github.com/kardolus/chatgpt-cli.git
synced 2024-09-08 23:15:00 +03:00
Add debug documentation
This commit is contained in:
@@ -206,6 +206,7 @@ Configuration variables:
|
||||
| `command_prompt` | The command prompt in interactive mode. Should be single-quoted. | '[%datetime] [Q%counter]' |
|
||||
| `auto_create_new_thread` | If set to `true`, a new thread with a unique identifier (e.g., `int_a1b2`) will be created for each interactive session. If `false`, the CLI will use the thread specified by the `thread` parameter. | `false` |
|
||||
| `track_token_usage` | If set to true, displays the total token usage after each query in --query mode, helping you monitor API usage. | `false` |
|
||||
| `debug` | If set to true, prints the raw request and response data during API calls, useful for debugging. | `false` |
|
||||
|
||||
#### Variables for interactive mode:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user