mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-08 13:12:08 +00:00
test(gateway): accept kwargs in _decide_image_input_mode stub after #36055 signature change
This commit is contained in:
parent
f6a3d2e900
commit
25d1a07746
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ def _make_runner(adapter):
|
|||
)
|
||||
runner._model = "openai/gpt-4.1-mini"
|
||||
runner._base_url = None
|
||||
runner._decide_image_input_mode = lambda: "native"
|
||||
runner._decide_image_input_mode = lambda **_kw: "native"
|
||||
return runner
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue