mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-08-04 06:48:43 +00:00
feat(agents): use ollama models
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
PORT=3001
|
||||
OPENAI_API_KEY=
|
||||
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=gpt-3.5-turbo
|
||||
MODEL_NAME=llama2
|
Reference in New Issue
Block a user