mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-08 13:12:08 +00:00
fix(moa): keep virtual provider on MoA client
This commit is contained in:
parent
5db1430af9
commit
66aeda3550
5 changed files with 34 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue