mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 13:55:41 +01:00
fixed test black error
This commit is contained in:
parent
9c3590e555
commit
cecec30ca8
2 changed files with 5 additions and 1 deletions
|
|
@ -269,6 +269,7 @@ class OpenAISettings(BaseModel):
|
|||
description="OpenAI embedding Model to use. Example: 'text-embedding-3-large'.",
|
||||
)
|
||||
|
||||
|
||||
class FireWorksSettings(BaseModel):
|
||||
api_key: str
|
||||
model: str = Field(
|
||||
|
|
@ -285,6 +286,7 @@ class FireWorksSettings(BaseModel):
|
|||
description="FIREWORKS embedding Model to use. Example: 'nomic-ai/nomic-embed-text-v1.5'.",
|
||||
)
|
||||
|
||||
|
||||
class GeminiSettings(BaseModel):
|
||||
api_key: str
|
||||
model: str = Field(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue