mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 17:05:41 +01:00
Update settings.py
This commit is contained in:
parent
57760ec31a
commit
ab39634718
1 changed files with 1 additions and 1 deletions
|
|
@ -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.",
|
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[
|
prompt_style: Literal[
|
||||||
"default", "llama2", "llama3", "tag", "mistralai", "chatml"
|
"default", "llama2", "llama3", "tag", "mistral", "chatml"
|
||||||
] = Field(
|
] = Field(
|
||||||
"llama2",
|
"llama2",
|
||||||
description=(
|
description=(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue