mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-05-02 09:12:37 +00:00
5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
PORT=3001
|
|
OLLAMA_URL=http://localhost:11434 # url of the ollama server
|
|
SIMILARITY_MEASURE=cosine # cosine or dot
|
|
SEARXNG_API_URL= # no need to fill this if using docker
|
|
MODEL_NAME=llama2 |