feat(agents): Use LLM name from env

This commit is contained in:
ItzCrazyKns
2024-04-16 21:05:57 +05:30
parent 3859e3db03
commit 4ab8d6c834
8 changed files with 14 additions and 13 deletions

View File

@ -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