diff --git a/demos/agent_orchestration/travel_agents/config_local_orchestrator.yaml b/demos/agent_orchestration/travel_agents/config_local_orchestrator.yaml index 57a376e1..d448bf3b 100644 --- a/demos/agent_orchestration/travel_agents/config_local_orchestrator.yaml +++ b/demos/agent_orchestration/travel_agents/config_local_orchestrator.yaml @@ -1,7 +1,7 @@ version: v0.3.0 overrides: - orchestrator_model: arch/Plano-Orchestrator + orchestrator_model: plano/Plano-Orchestrator agents: - id: weather_agent @@ -10,7 +10,7 @@ agents: url: http://localhost:10520 model_providers: - - model: arch/Plano-Orchestrator + - model: plano/Plano-Orchestrator base_url: http://localhost:8000 - model: openai/gpt-5.2 diff --git a/docs/source/guides/llm_router.rst b/docs/source/guides/llm_router.rst index e1f58a0d..c44ddf24 100644 --- a/docs/source/guides/llm_router.rst +++ b/docs/source/guides/llm_router.rst @@ -254,10 +254,10 @@ Using Ollama (recommended for local development) .. code-block:: yaml overrides: - router_model: arch/hf.co/katanemo/Arch-Router-1.5B.gguf:Q4_K_M + router_model: plano/hf.co/katanemo/Arch-Router-1.5B.gguf:Q4_K_M model_providers: - - model: arch/hf.co/katanemo/Arch-Router-1.5B.gguf:Q4_K_M + - model: plano/hf.co/katanemo/Arch-Router-1.5B.gguf:Q4_K_M base_url: http://localhost:11434 - model: openai/gpt-5.2 @@ -323,10 +323,10 @@ vLLM provides higher throughput and GPU optimizations suitable for production de .. code-block:: yaml overrides: - router_model: Arch-Router + router_model: plano/Arch-Router model_providers: - - model: Arch-Router + - model: plano/Arch-Router base_url: http://:10000 - model: openai/gpt-5.2 diff --git a/docs/source/guides/orchestration.rst b/docs/source/guides/orchestration.rst index 4b508658..9205bae7 100644 --- a/docs/source/guides/orchestration.rst +++ b/docs/source/guides/orchestration.rst @@ -402,10 +402,10 @@ Using vLLM .. code-block:: yaml overrides: - orchestrator_model: arch/Plano-Orchestrator + orchestrator_model: plano/Plano-Orchestrator model_providers: - - model: arch/Plano-Orchestrator + - model: plano/Plano-Orchestrator base_url: http://:8000 5. **Verify the server is running**