mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-13 00:05:02 -05:00
fix(classic): fix flake8 line too long
This commit is contained in:
@@ -57,7 +57,10 @@ def cli():
|
||||
"--models",
|
||||
"-m",
|
||||
default=None,
|
||||
help=f"Comma-separated model presets. Auto-detects from API keys if not specified. Available: {', '.join(MODEL_PRESETS.keys())}",
|
||||
help=(
|
||||
"Comma-separated model presets. Auto-detects from API keys if not specified. "
|
||||
f"Available: {', '.join(MODEL_PRESETS.keys())}"
|
||||
),
|
||||
)
|
||||
@click.option(
|
||||
"--categories",
|
||||
|
||||
Reference in New Issue
Block a user