Update settings.py

This commit is contained in:
Liam Dowd 2024-08-28 08:20:05 -07:00 committed by GitHub
parent 57760ec31a
commit ab39634718
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,7 +137,7 @@ class LLMSettings(BaseModel):
description="The temperature of the model. Increasing the temperature will make the model answer more creatively. A value of 0.1 would be more factual.",
)
prompt_style: Literal[
"default", "llama2", "llama3", "tag", "mistralai", "chatml"
"default", "llama2", "llama3", "tag", "mistral", "chatml"
] = Field(
"llama2",
description=(