mirror of https://github.com/kortix-ai/suna.git
make non-anthropic model work with response example, fe padding bottom increase cuz of new chat input
This commit is contained in:
parent
7ff15d8dc7
commit
5f7076e167
|
@ -191,7 +191,7 @@ async def run_agent(
|
|||
# use_xml_tool_calling = "anthropic" in model_name.lower() or "claude" in model_name.lower()
|
||||
# use_native_tool_calling = "openai" in model_name.lower() or "gpt" in model_name.lower()
|
||||
|
||||
model_name = "openrouter/qwen/qwen3-235b-a22b"
|
||||
# model_name = "openrouter/qwen/qwen3-235b-a22b"
|
||||
|
||||
|
||||
response = await thread_manager.run_thread(
|
||||
|
|
Loading…
Reference in New Issue