Reset the Default GenAI model choice to OpenAI (#288)

This commit is contained in:
Yuhong Sun
2023-08-13 16:23:55 -07:00
committed by GitHub
parent 67fd244e66
commit be318433e3

View File

@@ -57,7 +57,7 @@ VERIFIED_MODELS = {
# Sets the internal Danswer model class to use
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