Skip to content

Commit e80a628

Browse files
committed
types
1 parent f758d52 commit e80a628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inferencesh/models/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class ToolCallsMixin(BaseModel):
136136
)
137137

138138
# Example of how to use:
139-
class LLMOutput(BaseLLMOutput, LLMUsageMixin):
139+
class LLMOutput(LLMUsageMixin, BaseLLMOutput):
140140
"""Default LLM output model with token usage tracking."""
141141
pass
142142

0 commit comments

Comments
 (0)