mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-25 19:37:29 +02:00
Reset the Default GenAI model choice to OpenAI (#288)
This commit is contained in:
@@ -57,7 +57,7 @@ VERIFIED_MODELS = {
|
|||||||
|
|
||||||
# Sets the internal Danswer model class to use
|
# Sets the internal Danswer model class to use
|
||||||
INTERNAL_MODEL_VERSION = os.environ.get(
|
INTERNAL_MODEL_VERSION = os.environ.get(
|
||||||
"INTERNAL_MODEL_VERSION", DanswerGenAIModel.TRANSFORMERS.value
|
"INTERNAL_MODEL_VERSION", DanswerGenAIModel.OPENAI_CHAT.value
|
||||||
)
|
)
|
||||||
|
|
||||||
# If the Generative AI model requires an API key for access, otherwise can leave blank
|
# If the Generative AI model requires an API key for access, otherwise can leave blank
|
||||||
|
Reference in New Issue
Block a user