From cfc58f66b2ca198a71705732db181791ecae2d5d Mon Sep 17 00:00:00 2001 From: stepinus Date: Sat, 23 Nov 2024 04:00:52 +0300 Subject: [PATCH] Rename sample.config.toml to config.toml --- sample.config.toml => config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename sample.config.toml => config.toml (99%) diff --git a/sample.config.toml b/config.toml similarity index 99% rename from sample.config.toml rename to config.toml index dddcc03..6c713ee 100644 --- a/sample.config.toml +++ b/config.toml @@ -10,4 +10,4 @@ ANTHROPIC = "" # Anthropic API key - sk-ant-1234567890abcdef1234567890abcdef [API_ENDPOINTS] SEARXNG = "http://localhost:32768" # SearxNG API URL -OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434 \ No newline at end of file +OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434