Ask a question to get started
Enter to sendā¢Shift+Enter new line
model_kwargs: Dict[str, Any] = Field(default_factory=dict)
Additional parameters to pass to the underlying model.
Example:
model_kwargs = {"temperature": 0.8, "seed": 42}