From ab3963471847885e656e1510b8b7b46014f974d4 Mon Sep 17 00:00:00 2001 From: Liam Dowd <101684827+itsliamdowd@users.noreply.github.com> Date: Wed, 28 Aug 2024 08:20:05 -0700 Subject: [PATCH] Update settings.py --- private_gpt/settings/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_gpt/settings/settings.py b/private_gpt/settings/settings.py index 6525884..ba7eaa6 100644 --- a/private_gpt/settings/settings.py +++ b/private_gpt/settings/settings.py @@ -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=(