mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
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:
@@ -6,4 +6,4 @@ class CurrentModelResponse(BaseModel):
|
||||
|
||||
|
||||
class MaxLengthResponse(BaseModel):
|
||||
value: str
|
||||
value: int
|
||||
|
||||
Reference in New Issue
Block a user