mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-06 01:48:34 +00:00
feat(server): add bind address
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
[GENERAL]
|
||||
PORT = 3001 # Port to run the server on
|
||||
PORT = 31338 # Port to run the server on
|
||||
BIND_ADDRESS = "0.0.0.0"
|
||||
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
|
||||
|
||||
[API_KEYS]
|
||||
@ -8,4 +9,4 @@ GROQ = "" # Groq API key - gsk_1234567890abcdef1234567890abcdef
|
||||
|
||||
[API_ENDPOINTS]
|
||||
SEARXNG = "http://localhost:32768" # SearxNG API URL
|
||||
OLLAMA = "" # Ollama API URL - http://host.docker.internal:11434
|
||||
OLLAMA = "" # Ollama API URL - http://127.0.0.1:11434
|
||||
|
Reference in New Issue
Block a user