Fix not working with Gemini models (#2021)
This commit is contained in:
@@ -21,6 +21,7 @@ class LlmConfig(BaseModel):
|
||||
"azure_openai",
|
||||
"openai_structured",
|
||||
"azure_openai_structured",
|
||||
"gemini",
|
||||
):
|
||||
return v
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user