Config: Inline model loading is False

This is not a True default.

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri 2024-09-16 22:54:35 -04:00
parent 8e6b8bd842
commit f6fb60a6ed

View file

@ -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)."