From 518f23a4178603d856b600817a304c46cd021e51 Mon Sep 17 00:00:00 2001 From: ziQzav <121644492+ziQzav@users.noreply.github.com> Date: Sat, 18 May 2024 10:49:46 +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 8d35666..7bc8880 100644 --- a/sample.config.toml +++ b/config.toml @@ -8,4 +8,4 @@ GROQ = "" # Groq API key - gsk_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