Skip to content

Commit

Permalink
Clarify details
Browse files Browse the repository at this point in the history
  • Loading branch information
kardolus committed Jun 2, 2024
1 parent 79d8086 commit a7d87d0
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 @@ -193,7 +193,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` | The command prompt in interactive mode. | '[%datetime] [Q%counter]' |
| `command_prompt` | The command prompt in interactive mode. Should be single-quoted. | '[%datetime] [Q%counter]' |

#### Variables for interactive mode:

Expand Down

0 comments on commit a7d87d0

Please sign in to comment.