Skip to content

Commit 7305397

Browse files
committed
Undo wrong formatting
1 parent 261a35a commit 7305397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django_ai_assistant/helpers/assistants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ def get_temperature(self) -> float | None:
250250
Returning `None` is a valid option, particularly for models that do not support
251251
temperature control, allowing the parameter to be omitted in the `get_llm` method.\n
252252
253-
Returns:
254-
float | None: The temperature to use for the assistant LLM model.
253+
Returns:
254+
float | None: The temperature to use for the assistant LLM model.
255255
"""
256256
return self.temperature
257257

0 commit comments

Comments
 (0)