Perplexica/.env.example

5 lines
186 B
Text
Raw Permalink Normal View History

2024-04-09 16:21:05 +05:30
PORT=3001
2024-04-17 10:22:20 +05:30
OLLAMA_URL=http://localhost:11434 # url of the ollama server
2024-04-09 16:21:05 +05:30
SIMILARITY_MEASURE=cosine # cosine or dot
2024-04-16 21:05:57 +05:30
SEARXNG_API_URL= # no need to fill this if using docker
2024-04-17 10:22:20 +05:30
MODEL_NAME=llama2