mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-23 16:54:56 +00:00
debugging
This commit is contained in:
parent
c189fc3351
commit
5f36d0c658
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ def resolve_openai_configs(
|
|||
|
||||
if (is_multi_server_yaml or is_multi_server_default) and openai_cli_config:
|
||||
raise FailedExecutionException(
|
||||
f"CLI overrides for OpenAI settings (--{openai_full_prefix}*) are not supported "
|
||||
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)."
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue