mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
init
This commit is contained in:
parent
b80b52aa46
commit
76500c8b73
4 changed files with 58 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ class NousProfile(ProviderProfile):
|
|||
def build_extra_body(
|
||||
self, *, session_id: str | None = None, **context
|
||||
) -> dict[str, Any]:
|
||||
body: dict[str, Any] = {"tags": nous_portal_tags()}
|
||||
body: dict[str, Any] = {"tags": nous_portal_tags(session_id=session_id)}
|
||||
provider_preferences = context.get("provider_preferences")
|
||||
if provider_preferences:
|
||||
body["provider"] = provider_preferences
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue