From f55c2371feacd53eb0d6825ebc04e903ed194104 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Sun, 19 Oct 2025 13:52:16 +0530 Subject: [PATCH] feat(app): remove sample config --- sample.config.toml | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 sample.config.toml diff --git a/sample.config.toml b/sample.config.toml deleted file mode 100644 index 90c69e7..0000000 --- a/sample.config.toml +++ /dev/null @@ -1,39 +0,0 @@ -[GENERAL] -SIMILARITY_MEASURE = "cosine" # "cosine" or "dot" -KEEP_ALIVE = "5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m") - -[MODELS.OPENAI] -API_KEY = "" - -[MODELS.GROQ] -API_KEY = "" - -[MODELS.ANTHROPIC] -API_KEY = "" - -[MODELS.GEMINI] -API_KEY = "" - -[MODELS.CUSTOM_OPENAI] -API_KEY = "" -API_URL = "" -MODEL_NAME = "" - -[MODELS.OLLAMA] -API_URL = "" # Ollama API URL - http://host.docker.internal:11434 - -[MODELS.DEEPSEEK] -API_KEY = "" - -[MODELS.AIMLAPI] -API_KEY = "" # Required to use AI/ML API chat and embedding models - -[MODELS.LM_STUDIO] -API_URL = "" # LM Studio API URL - http://host.docker.internal:1234 - -[MODELS.LEMONADE] -API_URL = "" # Lemonade API URL - http://host.docker.internal:8000 -API_KEY = "" # Optional API key for Lemonade - -[API_ENDPOINTS] -SEARXNG = "" # SearxNG API URL - http://localhost:32768