actually call archfc for orchestration

This commit is contained in:
Adil Hafeez 2025-12-19 02:40:29 -08:00
parent a611e1fc88
commit 1231706120
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
11 changed files with 97 additions and 97 deletions

View file

@ -323,6 +323,15 @@ def validate_and_render_schema():
}
)
if "plano-orchestrator" not in model_provider_name_set:
updated_model_providers.append(
{
"name": "plano-orchestrator",
"provider_interface": "arch",
"model": "Plano-Orchestrator",
}
)
config_yaml["model_providers"] = deepcopy(updated_model_providers)
listeners_with_provider = 0