mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-11 20:30:07 +02:00
Includes: - Multi vector indexing/search - Ensemble model reranking - Keyword Search backend
9 lines
441 B
Plaintext
9 lines
441 B
Plaintext
# Very basic .env file with options that are easy to change. Allows you to deploy everything on a single machine.
|
|
# .env is not required unless you wish to change defaults
|
|
|
|
# Choose between "openai-chat-completion" and "openai-completion"
|
|
INTERNAL_MODEL_VERSION=openai-chat-completion
|
|
|
|
# Use a valid model for the choice above, consult https://platform.openai.com/docs/models/model-endpoint-compatibility
|
|
OPENAPI_MODEL_VERSION=gpt-3.5-turbo
|