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
|
|
@ -765,7 +765,7 @@ def init_agent(
|
|||
)
|
||||
agent._client_kwargs = {}
|
||||
agent.api_key = api_key or "moa-virtual-provider"
|
||||
agent.base_url = base_url or "moa://local"
|
||||
agent.base_url = "moa://local"
|
||||
if not agent.quiet_mode:
|
||||
print(f"🤖 AI Agent initialized with MoA preset: {agent.model}")
|
||||
elif agent.api_mode == "bedrock_converse":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue