perplexica/sample.config.toml

14 lines
624 B
TOML
Raw Normal View History

2024-04-20 04:02:19 +00:00
[GENERAL]
PORT = 3001 # Port to run the server on
2024-04-20 04:02:19 +00:00
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
2024-11-20 13:41:47 +00:00
KEEP_ALIVE = "5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m")
2024-04-20 04:02:19 +00:00
[API_KEYS]
OPENAI = "" # OpenAI API key - sk-1234567890abcdef1234567890abcdef
2024-05-01 14:13:06 +00:00
GROQ = "" # Groq API key - gsk_1234567890abcdef1234567890abcdef
2024-07-15 15:50:16 +00:00
ANTHROPIC = "" # Anthropic API key - sk-ant-1234567890abcdef1234567890abcdef
2024-11-28 15:17:18 +00:00
GEMINI = "" # Gemini API key - sk-1234567890abcdef1234567890abcdef
2024-04-20 04:02:19 +00:00
[API_ENDPOINTS]
SEARXNG = "http://localhost:32768" # SearxNG API URL
OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434