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:
parent
377a808e7b
commit
87ccf014cc
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ let client = null;
|
||||||
let apiKey = null;
|
let apiKey = null;
|
||||||
let conversationHistory = []; // Messages für Multi-Turn
|
let conversationHistory = []; // Messages für Multi-Turn
|
||||||
let activeAbortController = null;
|
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.
|
const SYSTEM_PROMPT = `Du bist Claude, ein hilfreicher KI-Assistent von Anthropic.
|
||||||
Du antwortest auf Deutsch. Du bist direkt, präzise und hilfreich.
|
Du antwortest auf Deutsch. Du bist direkt, präzise und hilfreich.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue