Update settings.py

This commit is contained in:
Liam Dowd 2024-08-28 08:31:05 -07:00 committed by GitHub
parent 54efcb6caf
commit a8e64aa922
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,7 +114,6 @@ class LLMSettings(BaseModel):
"mock", "mock",
"ollama", "ollama",
"gemini", "gemini",
"mistralai",
] ]
max_new_tokens: int = Field( max_new_tokens: int = Field(
256, 256,