mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
linting
This commit is contained in:
parent
034fbad7d5
commit
6f6084e513
2 changed files with 2 additions and 2 deletions
|
|
@ -167,7 +167,7 @@ def resolve_openai_configs(
|
|||
message=f"CLI overrides for OpenAI settings (--{openai_full_prefix}*) are not supported "
|
||||
f"when multiple servers are defined (either via YAML list under '{OPENAI_NAMESPACE}' "
|
||||
"or a default list with length >= 2).",
|
||||
exit_code=2
|
||||
exit_code=2,
|
||||
)
|
||||
|
||||
if is_multi_server_yaml:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue