Add Grok Support (#2260)

This commit is contained in:
Dev Khant
2025-02-26 13:34:01 +05:30
committed by GitHub
parent a236aa2315
commit e9bc4cdc95
8 changed files with 95 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ class LlmConfig(BaseModel):
"azure_openai_structured",
"gemini",
"deepseek",
"xai"
):
return v
else: