mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac
This commit is contained in:
parent
15c3bdf7af
commit
affb0e5c37
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class RatingData(BaseModel):
|
||||||
sibling_model_ids: Optional[list[str]] = None
|
sibling_model_ids: Optional[list[str]] = None
|
||||||
reason: Optional[str] = None
|
reason: Optional[str] = None
|
||||||
comment: Optional[str] = None
|
comment: Optional[str] = None
|
||||||
model_config = ConfigDict(extra="allow")
|
model_config = ConfigDict(extra="allow", protected_namespaces=())
|
||||||
|
|
||||||
|
|
||||||
class MetaData(BaseModel):
|
class MetaData(BaseModel):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue