feat(agents): use ollama models
This commit is contained in:
parent
89340fcfff
commit
811822c03b
8 changed files with 65 additions and 41 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue