add command prompt config to docs

This commit is contained in:
David DeGraw
2024-05-28 16:16:09 -06:00
parent 2069abafb9
commit d3d0065f41

View File

@@ -192,6 +192,7 @@ Configuration variables:
| `models_path` | The API endpoint for accessing model information. | '/v1/models' |
| `auth_header` | The header used for authorization in API requests. | 'Authorization' |
| `auth_token_prefix` | The prefix to be added before the token in the `auth_header`. | 'Bearer ' |
| `command_prompt` | Defaults to `[YYYY-MM-DD HH:MM:SS] [Q1]: `.
The defaults can be overridden by providing your own values in the user configuration file,
named `.chatgpt-cli/config.yaml`, located in your home directory.