Merge pull request #48 from catskull/main

Add command prompt config to docs
This commit is contained in:
Guillermo Kardolus
2024-05-28 21:00:25 -04:00
committed by GitHub

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.