mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
fixing error
This commit is contained in:
parent
5f36d0c658
commit
cb08629bcf
1 changed files with 2 additions and 1 deletions
|
|
@ -166,7 +166,8 @@ def resolve_openai_configs(
|
|||
raise FailedExecutionException(
|
||||
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)."
|
||||
"or a default list with length >= 2).",
|
||||
exit_code=2
|
||||
)
|
||||
|
||||
if is_multi_server_yaml:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue