Perplexica/sample.config.toml

12 lines
378 B
TOML
Raw Normal View History

2024-04-20 07:02:19 +03:00
[GENERAL]
PORT = 3001 # Port to run the server on
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
[API_KEYS]
OPENAI = "" # OpenAI API key - sk-1234567890abcdef1234567890abcdef
2024-05-01 17:13:06 +03:00
GROQ = "" # Groq API key - gsk_1234567890abcdef1234567890abcdef
2024-04-20 07:02:19 +03:00
[API_ENDPOINTS]
SEARXNG = "http://localhost:32768" # SearxNG API URL
OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434