feature/ai-search #2

Open
mmintel wants to merge 153 commits from feature/ai-search into main
3 changed files with 1 additions and 5 deletions
Showing only changes of commit 943c6ed09d - Show all commits

View File

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

View File

@@ -123,8 +123,6 @@ services:
- ${ENV_FILE:-.env}
environment:
QDRANT_URL: http://klz-qdrant:6333
ports:
- "3007:3007"
depends_on:
- klz-qdrant

View File

@@ -128,8 +128,6 @@ services:
- ${ENV_FILE:-.env}
environment:
QDRANT_URL: http://klz-qdrant:6333
ports:
- "3007:3007"
depends_on:
- klz-qdrant