From 045c8521a452ed5eff7deb6ad592e9a6dc11a581 Mon Sep 17 00:00:00 2001 From: Xiaorui Xue Date: Fri, 5 Apr 2024 21:11:45 +0800 Subject: [PATCH] small changes to make config file better --- config.example.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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