This commit is contained in:
HadiCherkaoui
2025-02-28 14:46:24 +01:00
parent ca86a7e358
commit af4b97b766
7 changed files with 134 additions and 1 deletions

View File

@ -2,7 +2,7 @@
PORT = 3001 # Port to run the server on
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
KEEP_ALIVE = "5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m")
SEARCH_ENGINE_BACKEND = "searxng" # "google" | "searxng" | "bing" | "brave"
SEARCH_ENGINE_BACKEND = "searxng" # "google" | "searxng" | "bing" | "brave" | "yacy"
[MODELS.OPENAI]
API_KEY = ""
@ -35,3 +35,6 @@ SUBSCRIPTION_KEY = ""
[SEARCH_ENGINES.BRAVE]
API_KEY = ""
[SEARCH_ENGINES.YACY]
ENDPOINT = ""