Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 6f48528

Browse files
fix: typo in ProviderType (#959)
1 parent a3975a6 commit 6f48528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegate/db/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class ProviderType(str, Enum):
128128
ollama = "ollama"
129129
lm_studio = "lm_studio"
130130
llamacpp = "llamacpp"
131-
openrouter = "openai"
131+
openrouter = "openrouter"
132132

133133

134134
class IntermediatePromptWithOutputUsageAlerts(BaseModel):

0 commit comments

Comments
 (0)