mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-04 02:21:47 +00:00
fix(gemini): pass base_url into chat transport
This commit is contained in:
parent
c5a5e586d7
commit
2e991770fc
2 changed files with 31 additions and 0 deletions
|
|
@ -8266,6 +8266,7 @@ class AIAgent:
|
|||
model=self.model,
|
||||
messages=_msgs_for_chat,
|
||||
tools=self.tools,
|
||||
base_url=self.base_url,
|
||||
timeout=self._resolved_api_call_timeout(),
|
||||
max_tokens=self.max_tokens,
|
||||
ephemeral_max_output_tokens=_ephemeral_out,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue