mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
Config: Update description for override_preset default
* We provide safe_defaults as a default in config_sample.yml but not internally
This commit is contained in:
@@ -406,7 +406,7 @@ class SamplingConfig(BaseConfigModel):
|
|||||||
override_preset: Optional[str] = Field(
|
override_preset: Optional[str] = Field(
|
||||||
None,
|
None,
|
||||||
description=(
|
description=(
|
||||||
"Select a sampler override preset (default: safe_defaults).\n"
|
"Select a sampler override preset (default: None).\n"
|
||||||
"Find this in the sampler-overrides folder.\n"
|
"Find this in the sampler-overrides folder.\n"
|
||||||
"This overrides default fallbacks for sampler values "
|
"This overrides default fallbacks for sampler values "
|
||||||
"that are passed to the API.\n"
|
"that are passed to the API.\n"
|
||||||
|
|||||||
@@ -208,7 +208,7 @@ embeddings:
|
|||||||
|
|
||||||
# Options for Sampling
|
# Options for Sampling
|
||||||
sampling:
|
sampling:
|
||||||
# Select a sampler override preset (default: safe_defaults).
|
# Select a sampler override preset (default: None).
|
||||||
# Find this in the sampler-overrides folder.
|
# Find this in the sampler-overrides folder.
|
||||||
# This overrides default fallbacks for sampler values that are passed to the API.
|
# This overrides default fallbacks for sampler values that are passed to the API.
|
||||||
# NOTE: safe_defaults preset provides a fallback for frontends that do not pass sampling params.
|
# NOTE: safe_defaults preset provides a fallback for frontends that do not pass sampling params.
|
||||||
|
|||||||
Reference in New Issue
Block a user