Update settings.py

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

View file

@ -273,7 +273,7 @@ class GeminiSettings(BaseModel):
) )
class MistralSettings(BaseModel): class MistralAISettings(BaseModel):
api_key: str api_key: str
endpoint: str endpoint: str
model: str model: str