diff --git a/README.md b/README.md index aa5c5ad..77d05b9 100644 --- a/README.md +++ b/README.md @@ -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)
`/model` (Shows all models) | | `/config api` | Update OpenRouter API key and reinitialize the client. | `/config api`
Enter key: sk-...
[Output: API key updated!] | | `/config url` | Change the base URL for custom OpenRouter endpoints. | `/config url`
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`
(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`
(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)
`/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`
[Output: Screen cleared. Ready for your next input!] |