We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261a35a commit 7305397Copy full SHA for 7305397
django_ai_assistant/helpers/assistants.py
@@ -250,8 +250,8 @@ def get_temperature(self) -> float | None:
250
Returning `None` is a valid option, particularly for models that do not support
251
temperature control, allowing the parameter to be omitted in the `get_llm` method.\n
252
253
- Returns:
254
- float | None: The temperature to use for the assistant LLM model.
+ Returns:
+ float | None: The temperature to use for the assistant LLM model.
255
"""
256
return self.temperature
257
0 commit comments