Perplexica/sample.config.toml

46 lines
798 B
TOML
Raw Normal View History

2024-04-20 09:32:19 +05:30
[GENERAL]
PORT = 3001 # Port to run the server on
2024-04-20 09:32:19 +05:30
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
2024-11-20 19:11:47 +05:30
KEEP_ALIVE = "5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m")
2025-02-28 14:46:24 +01:00
SEARCH_ENGINE_BACKEND = "searxng" # "google" | "searxng" | "bing" | "brave" | "yacy"
2024-04-20 09:32:19 +05:30
[KEYCLOAK]
URL = ""
REALM = ""
CLIENT_ID = ""
[MODELS.OPENAI]
API_KEY = ""
[MODELS.GROQ]
API_KEY = ""
[MODELS.ANTHROPIC]
API_KEY = ""
[MODELS.GEMINI]
API_KEY = ""
[MODELS.CUSTOM_OPENAI]
API_KEY = ""
API_URL = ""
[MODELS.OLLAMA]
API_URL = "" # Ollama API URL - http://host.docker.internal:11434
2024-04-20 09:32:19 +05:30
2025-02-27 18:21:00 +01:00
[SEARCH_ENGINES.GOOGLE]
API_KEY = ""
CSE_ID = ""
[SEARCH_ENGINES.SEARXNG]
ENDPOINT = ""
[SEARCH_ENGINES.BING]
SUBSCRIPTION_KEY = ""
[SEARCH_ENGINES.BRAVE]
API_KEY = ""
2025-02-28 14:46:24 +01:00
[SEARCH_ENGINES.YACY]
2025-02-28 14:58:16 +01:00
ENDPOINT = ""