fixing error

This commit is contained in:
Shannon Sands 2025-05-18 16:06:59 -07:00
parent 5f36d0c658
commit cb08629bcf

View file

@ -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: