Skip to content

Commit

Permalink
Fix openai setting literal (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
imartinez authored Nov 12, 2023
1 parent 022bd71 commit 86fc478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private_gpt/settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 86fc478

Please sign in to comment.