mirror of https://github.com/kortix-ai/suna.git
gemini flash as free model
This commit is contained in:
parent
3429b0b4b4
commit
1e43fa5053
|
@ -187,8 +187,6 @@ async def run_agent(
|
||||||
elif "gpt-4" in model_name.lower():
|
elif "gpt-4" in model_name.lower():
|
||||||
max_tokens = 4096
|
max_tokens = 4096
|
||||||
|
|
||||||
model_name = "openrouter/google/gemini-2.5-flash-preview"
|
|
||||||
|
|
||||||
response = await thread_manager.run_thread(
|
response = await thread_manager.run_thread(
|
||||||
thread_id=thread_id,
|
thread_id=thread_id,
|
||||||
system_prompt=system_message,
|
system_prompt=system_message,
|
||||||
|
|
Loading…
Reference in New Issue