perplexica/.env.example

5 lines
148 B
Plaintext
Raw Normal View History

2024-04-09 10:51:05 +00:00
PORT=3001
OPENAI_API_KEY=
SIMILARITY_MEASURE=cosine # cosine or dot
2024-04-16 15:35:57 +00:00
SEARXNG_API_URL= # no need to fill this if using docker
MODEL_NAME=gpt-3.5-turbo