improved a lot of things

This commit is contained in:
SinachPat
2026-04-29 04:07:16 +01:00
parent 960646fee3
commit 050c4ce7fe
36 changed files with 856 additions and 226 deletions
+3 -1
View File
@@ -2,7 +2,9 @@ import Anthropic from '@anthropic-ai/sdk';
// ── Model constants ───────────────────────────────────────────────────────────
export const MODEL = 'claude-opus-4-7' as const;
// claude-opus-4-5 is the current stable Opus 4 release.
// Extended thinking is enabled in gateway.ts with budget_tokens.
export const MODEL = 'claude-opus-4-5' as const;
// ── Singleton client ──────────────────────────────────────────────────────────
// The client is created once and shared. API key is injected from the server