mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Config: replace disable_output_chunking flag with output_chunking
This commit is contained in:
@@ -109,7 +109,7 @@ class ModelLoadRequest(BaseModel):
|
||||
)
|
||||
cache_mode: Optional[str] = None
|
||||
chunk_size: Optional[int] = None
|
||||
disable_output_chunking: Optional[bool] = False
|
||||
output_chunking: Optional[bool] = True
|
||||
prompt_template: Optional[str] = None
|
||||
vision: Optional[bool] = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user