gemini flash as free model

This commit is contained in:
marko-kraemer 2025-05-07 05:44:10 +02:00
parent 3d6c434c32
commit 0072e21fd7
1 changed files with 0 additions and 2 deletions

View File

@ -187,8 +187,6 @@ async def run_agent(
elif "gpt-4" in model_name.lower():
max_tokens = 4096
model_name = "openrouter/google/gemini-2.5-flash-preview"
response = await thread_manager.run_thread(
thread_id=thread_id,
system_prompt=system_message,