diff --git a/config.example.toml b/config.example.toml index 936c060..634706f 100644 --- a/config.example.toml +++ b/config.example.toml @@ -22,8 +22,8 @@ ########## Ollama Settings # No need to set it unless you want to use your own proxy ollama_base_url = "" - # Check your available models at https://platform.openai.com/account/limits - ollama_model_name = "qwen:0.5b" + # Check your available models at https://ollama.com/library + ollama_model_name = "" ########## OpenAI API Key # Get your API key at https://platform.openai.com/api-keys