mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
API: Remove default fallback from backend param
Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
This commit is contained in:
@@ -83,7 +83,6 @@ class ModelLoadRequest(BaseModel):
|
||||
# Config arguments
|
||||
backend: Optional[str] = Field(
|
||||
description="Backend to use",
|
||||
default="exllamav2",
|
||||
)
|
||||
max_seq_len: Optional[int] = Field(
|
||||
description="Leave this blank to use the model's base sequence length",
|
||||
|
||||
Reference in New Issue
Block a user