added a configuration option for Claude through OpenRouter.
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
"api_key": "",
|
||||
"model": "claude-sonnet-4-0"
|
||||
},
|
||||
"claude_openrouter": {
|
||||
"api_key": "",
|
||||
"base_url": "https://openrouter.ai/api/v1/chat/completions",
|
||||
"model": "anthropic/claude-sonnet-4"
|
||||
},
|
||||
"openai_compatible": {
|
||||
"api_key": "",
|
||||
"base_url": "",
|
||||
|
||||
Reference in New Issue
Block a user