Default-Modell auf Claude Opus 4.6 gesetzt

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Eddy 2026-04-13 21:19:18 +02:00
parent 377a808e7b
commit 87ccf014cc

View file

@ -34,7 +34,7 @@ let client = null;
let apiKey = null;
let conversationHistory = []; // Messages für Multi-Turn
let activeAbortController = null;
const MODEL = process.env.CLAUDE_MODEL || 'claude-haiku-4-5-20251001';
const MODEL = process.env.CLAUDE_MODEL || 'claude-opus-4-6-20250623';
const SYSTEM_PROMPT = `Du bist Claude, ein hilfreicher KI-Assistent von Anthropic.
Du antwortest auf Deutsch. Du bist direkt, präzise und hilfreich.