feature/ai-search #2

Open
mmintel wants to merge 171 commits from feature/ai-search into main
Showing only changes of commit a558b18cd8 - Show all commits

View File

@@ -189,7 +189,7 @@ ${teamContextStr}
}
const { text } = await generateText({
model: openrouter('google/gemini-2.5-flash'),
model: openrouter('openai/gpt-4o-mini'),
system: systemPrompt,
messages: cappedMessages.map((m: any) => ({
role: m.role,