fix(moa): keep virtual provider on MoA client

This commit is contained in:
Gille 2026-06-27 14:03:43 -06:00 committed by Teknium
parent 5db1430af9
commit 66aeda3550
5 changed files with 34 additions and 5 deletions

View file

@ -1404,7 +1404,7 @@ def resolve_runtime_provider(
return {
"provider": "moa",
"api_mode": "chat_completions",
"base_url": "http://127.0.0.1/v1",
"base_url": "moa://local",
"api_key": "moa-virtual-provider",
"source": "moa-virtual-provider",
"requested_provider": requested_provider,