Skip to content

Commit

Permalink
Touch up
Browse files Browse the repository at this point in the history
  • Loading branch information
kardolus committed May 29, 2024
1 parent 47e4085 commit 768163a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +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]: `.
| `command_prompt` | The command prompt in interactive mode. | `[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 768163a

Please sign in to comment.