2024-04-20 04:02:19 +00:00
|
|
|
[GENERAL]
|
2024-05-13 14:28:17 +00:00
|
|
|
PORT = 3001 # Port to run the server on
|
2024-04-20 04:02:19 +00:00
|
|
|
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
|
|
|
|
|
|
|
|
[API_KEYS]
|
2024-04-20 16:42:49 +00:00
|
|
|
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-04-20 04:02:19 +00:00
|
|
|
|
|
|
|
[API_ENDPOINTS]
|
2024-04-20 12:56:54 +00:00
|
|
|
SEARXNG = "http://localhost:32768" # SearxNG API URL
|
2024-05-13 14:28:17 +00:00
|
|
|
OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434
|