Skip to content

Commit

Permalink
add command prompt config to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
catskull committed May 28, 2024
1 parent 2069aba commit d3d0065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d3d0065

Please sign in to comment.