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
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:
@@ -189,7 +189,7 @@ ${teamContextStr}
|
|||||||
}
|
}
|
||||||
|
|
||||||
const { text } = await generateText({
|
const { text } = await generateText({
|
||||||
model: openrouter('google/gemini-3.0-flash'),
|
model: openrouter('google/gemini-2.5-flash'),
|
||||||
system: systemPrompt,
|
system: systemPrompt,
|
||||||
messages: cappedMessages.map((m: any) => ({
|
messages: cappedMessages.map((m: any) => ({
|
||||||
role: m.role,
|
role: m.role,
|
||||||
|
|||||||
@@ -123,8 +123,6 @@ services:
|
|||||||
- ${ENV_FILE:-.env}
|
- ${ENV_FILE:-.env}
|
||||||
environment:
|
environment:
|
||||||
QDRANT_URL: http://klz-qdrant:6333
|
QDRANT_URL: http://klz-qdrant:6333
|
||||||
ports:
|
|
||||||
- "3007:3007"
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- klz-qdrant
|
- klz-qdrant
|
||||||
|
|
||||||
|
|||||||
@@ -128,8 +128,6 @@ services:
|
|||||||
- ${ENV_FILE:-.env}
|
- ${ENV_FILE:-.env}
|
||||||
environment:
|
environment:
|
||||||
QDRANT_URL: http://klz-qdrant:6333
|
QDRANT_URL: http://klz-qdrant:6333
|
||||||
ports:
|
|
||||||
- "3007:3007"
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- klz-qdrant
|
- klz-qdrant
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user