mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Config: Inline model loading is False
This is not a True default. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -126,7 +126,7 @@ class ModelConfig(BaseConfigModel):
|
||||
),
|
||||
)
|
||||
inline_model_loading: Optional[bool] = Field(
|
||||
True,
|
||||
False,
|
||||
description=(
|
||||
"Allow direct loading of models "
|
||||
"from a completion or chat completion request (default: False)."
|
||||
|
||||
Reference in New Issue
Block a user