feat: Claude Opus via cliproxy 프록시 설정 + base_url 지원
- ClaudeWriter에 base_url 파라미터 추가 (프록시 지원) - engine.json: provider=claude, cliproxy.gru.farm 프록시 설정 - fallback_chain: claude → gemini → groq 순서 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
"_comment": "The 4th Path 블로그 자동 수익 엔진 — 엔진 설정 (v3)",
|
||||
"_updated": "2026-03-29",
|
||||
"writing": {
|
||||
"provider": "gemini",
|
||||
"fallback_chain": ["groq"],
|
||||
"provider": "claude",
|
||||
"fallback_chain": ["gemini", "groq"],
|
||||
"_comment_provider": "openclaw=ChatGPT Pro(OAuth), claude_web=Claude Max(웹쿠키), gemini_web=Gemini Pro(웹쿠키), claude=Anthropic API키, gemini=Google AI API키, groq=Groq API키",
|
||||
"options": {
|
||||
"openclaw": {
|
||||
@@ -20,7 +20,8 @@
|
||||
"psidts_env": "GEMINI_WEB_1PSIDTS"
|
||||
},
|
||||
"claude": {
|
||||
"api_key_env": "ANTHROPIC_API_KEY",
|
||||
"api_key_env": "CLIPROXY_API_KEY",
|
||||
"base_url": "https://cliproxy.gru.farm",
|
||||
"model": "claude-opus-4-6",
|
||||
"max_tokens": 4096,
|
||||
"temperature": 0.7
|
||||
|
||||
Reference in New Issue
Block a user