Skip to content

Commit 5bd250d

Browse files
committed
fix (chat): remove flash lite
1 parent 1bb53c6 commit 5bd250d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/main/chat/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async def _get_stage1_response(messages: List[Dict[str, Any]], connected_tools_m
8484
})
8585

8686
completion = client.chat.completions.create(
87-
model=os.getenv("OPENAI_MODEL_NAME", "google/gemini-2.5-flash-lite"),
87+
model=os.getenv("OPENAI_MODEL_NAME", "google/gemini-2.5-flash"),
8888
messages=formatted_messages,
8989
)
9090

0 commit comments

Comments
 (0)