diff --git a/sample.config.toml b/sample.config.toml index 9f6d927..26939bd 100644 --- a/sample.config.toml +++ b/sample.config.toml @@ -8,5 +8,5 @@ CHAT_MODEL = "gpt-3.5-turbo" # Name of the model to use OPENAI = "sk-1234567890abcdef1234567890abcdef" # OpenAI API key [API_ENDPOINTS] -SEARXNG = "http://localhost:32768" # SearxNG API ULR -OLLAMA = "http://localhost:11434" # Ollama API URL \ No newline at end of file +SEARXNG = "http://localhost:32768" # SearxNG API URL +OLLAMA = "http://localhost:11434" # Ollama API URL