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:
kingbri 2024-07-26 23:00:26 -04:00
parent e3226ed930
commit 7b8b3fe23d

View file

@ -6,4 +6,4 @@ class CurrentModelResponse(BaseModel):
class MaxLengthResponse(BaseModel):
value: str
value: int