Fix not working with Gemini models (#2021)

This commit is contained in:
Hieu Lam
2025-01-09 18:49:26 +07:00
committed by GitHub
parent c90f87e657
commit 4c31c65649
4 changed files with 63 additions and 17 deletions

View File

@@ -21,6 +21,7 @@ class LlmConfig(BaseModel):
"azure_openai",
"openai_structured",
"azure_openai_structured",
"gemini",
):
return v
else: