feat(app): revert port & network changes

This commit is contained in:
ItzCrazyKns 2024-05-13 19:58:17 +05:30
parent 100872f2d9
commit 0993c5a760
No known key found for this signature in database
GPG key ID: 8162927C7CCE3065
6 changed files with 12 additions and 21 deletions

View file

@ -1,6 +1,5 @@
[GENERAL]
PORT = 31338 # Port to run the server on
BIND_ADDRESS = "0.0.0.0"
PORT = 3001 # Port to run the server on
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
[API_KEYS]
@ -9,4 +8,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://host.docker.internal:11434