fix: ai model id and remove klz-kabelfachmann public port
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 5s
Build & Deploy / 🧪 QA (push) Successful in 1m6s
Build & Deploy / 🏗️ Build (push) Successful in 5m17s
Build & Deploy / 🚀 Deploy (push) Successful in 1m32s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-03-18 17:25:04 +01:00
parent c45a90082b
commit 943c6ed09d
3 changed files with 1 additions and 5 deletions

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