Kobold: Add untracked file
Model types weren't added. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
3038f668e8
commit
e3226ed930
1 changed files with 9 additions and 0 deletions
9
endpoints/Kobold/types/model.py
Normal file
9
endpoints/Kobold/types/model.py
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class CurrentModelResponse(BaseModel):
|
||||
result: str
|
||||
|
||||
|
||||
class MaxLengthResponse(BaseModel):
|
||||
value: str
|
||||
Loading…
Add table
Add a link
Reference in a new issue