feat(agents): Use LLM name from env
This commit is contained in:
parent
3859e3db03
commit
4ab8d6c834
8 changed files with 14 additions and 13 deletions
|
|
@ -1,4 +1,5 @@
|
|||
PORT=3001
|
||||
OPENAI_API_KEY=
|
||||
SIMILARITY_MEASURE=cosine # cosine or dot
|
||||
SEARXNG_API_URL= # no need to fill this if using docker
|
||||
SEARXNG_API_URL= # no need to fill this if using docker
|
||||
MODEL_NAME=gpt-3.5-turbo
|
||||
Loading…
Add table
Add a link
Reference in a new issue