mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
Fix openai setting literal (#1221)
This commit is contained in:
parent
022bd718e3
commit
86fc4781d8
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class DataSettings(BaseModel):
|
|||
|
||||
|
||||
class LLMSettings(BaseModel):
|
||||
mode: Literal["local", "open_ai", "sagemaker", "mock"]
|
||||
mode: Literal["local", "openai", "sagemaker", "mock"]
|
||||
|
||||
|
||||
class LocalSettings(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue