2024-04-20 09:32:19 +05:30
|
|
|
[GENERAL]
|
2024-05-13 19:58:17 +05:30
|
|
|
PORT = 3001 # Port to run the server on
|
2024-04-20 09:32:19 +05:30
|
|
|
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
|
|
|
|
|
|
|
|
[API_KEYS]
|
2024-04-20 22:12:49 +05:30
|
|
|
OPENAI = "" # OpenAI API key - sk-1234567890abcdef1234567890abcdef
|
2024-05-01 19:43:06 +05:30
|
|
|
GROQ = "" # Groq API key - gsk_1234567890abcdef1234567890abcdef
|
2024-07-15 21:20:16 +05:30
|
|
|
ANTHROPIC = "" # Anthropic API key - sk-ant-1234567890abcdef1234567890abcdef
|
2024-04-20 09:32:19 +05:30
|
|
|
|
|
|
|
[API_ENDPOINTS]
|
2024-04-20 18:26:54 +05:30
|
|
|
SEARXNG = "http://localhost:32768" # SearxNG API URL
|
2024-05-13 19:58:17 +05:30
|
|
|
OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434
|