Fixed README
This commit is contained in:
@@ -79,7 +79,7 @@ python oai_chat.py chat
|
||||
| `/model [search]` | Select or switch models; optional search for substring matching. | `/model gpt` (Filters to GPT models)<br>`/model` (Shows all models) |
|
||||
| `/config api` | Update OpenRouter API key and reinitialize the client. | `/config api`<br>Enter key: sk-...<br>[Output: API key updated!] |
|
||||
| `/config url` | Change the base URL for custom OpenRouter endpoints. | `/config url`<br>Enter URL: https://custom.openrouter.ai/api/v1 |
|
||||
| /config model | "Set a default model that loads on startup; displays models for selection (persisted in DB, doesn't change current session model)." | `/config model gpt`<br />(Shows GPT models; user selects to set as default) |
|
||||
| `/config model` | Set a default model that loads on startup; displays models for selection (persisted in DB, doesn't change current session model). | `/config model gpt`<br />(Shows GPT models; user selects to set as default) |
|
||||
| `/config stream on/off` | Toggle response streaming (default: on for real-time chat). | `/config stream off` (For full responses at once)<br>`/config stream on` |
|
||||
| `/config` | View current configurations. | `/config` (Displays table: API Key, Base URL, Streaming, Database path) |
|
||||
| `/clear` | Clear the terminal screen for a clean interface, preserving chat state. | `/clear`<br>[Output: Screen cleared. Ready for your next input!] |
|
||||
|
||||
Reference in New Issue
Block a user