Perplexica/sample.config.toml

20 lines
400 B
TOML
Raw Normal View History

[GENERAL]
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")
2024-04-20 09:32:19 +05:30
[API_KEYS]
OPENAI = ""
GROQ = ""
ANTHROPIC = ""
GEMINI = ""
2024-04-20 09:32:19 +05:30
[API_ENDPOINTS]
OLLAMA = ""
SEARXNG = "http://localhost:32768"
[GENERAL]
PORT = 3_001
SIMILARITY_MEASURE = "cosine"
KEEP_ALIVE = "5m"