From 23aee1f971ddb524ca7afa2bf10f6532d22aa546 Mon Sep 17 00:00:00 2001 From: JOUNGWOOK KWON Date: Tue, 31 Mar 2026 21:04:05 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20writer=20=EB=AA=A8=EB=8D=B8=20claude-op?= =?UTF-8?q?us-4-6=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20(cliproxy)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/engine.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/engine.json b/config/engine.json index d5c1fd3..047a07c 100644 --- a/config/engine.json +++ b/config/engine.json @@ -22,7 +22,7 @@ "claude": { "api_key_env": "CLIPROXY_API_KEY", "base_url": "https://cliproxy.gru.farm/api/provider/claude", - "model": "claude-sonnet-4-6", + "model": "claude-opus-4-6", "max_tokens": 4096, "temperature": 0.7 },