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 f74efc9 commit 0703b5aCopy full SHA for 0703b5a
langfuse/api/resources/commons/types/model.py
@@ -31,7 +31,7 @@ class Model(pydantic_v1.BaseModel):
31
Apply only to generations which are newer than this ISO date.
32
"""
33
34
- unit: ModelUsageUnit = pydantic_v1.Field()
+ unit: typing.Optional[ModelUsageUnit] = pydantic_v1.Field(default=None)
35
36
Unit used by this model.
37
0 commit comments