summaryrefslogtreecommitdiff
path: root/backend/app/schemas.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/app/schemas.py')
-rw-r--r--backend/app/schemas.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/app/schemas.py b/backend/app/schemas.py
index 54c0560..8e5f12c 100644
--- a/backend/app/schemas.py
+++ b/backend/app/schemas.py
@@ -23,6 +23,7 @@ class Context(BaseModel):
class ModelProvider(str, Enum):
OPENAI = "openai"
GOOGLE = "google"
+ CLAUDE = "claude"
class ReasoningEffort(str, Enum):
LOW = "low"