This commit is contained in:
Raphaël MANSUY 2025-12-04 19:14:30 +08:00
parent 840acfbef8
commit 47c48cca91

View file

@ -472,6 +472,9 @@ class OllamaLLMOptions(_OllamaOptionsMixin, BindingOptions):
_binding_name: ClassVar[str] = "ollama_llm"
# =============================================================================
# Binding Options for Gemini
# =============================================================================
@dataclass
class GeminiLLMOptions(BindingOptions):
"""Options for Google Gemini models."""