Kobold: Fix max length type
Was mistakenly a string instead of an integer. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
e3226ed930
commit
7b8b3fe23d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,4 +6,4 @@ class CurrentModelResponse(BaseModel):
|
|||
|
||||
|
||||
class MaxLengthResponse(BaseModel):
|
||||
value: str
|
||||
value: int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue