chore: replace API key ClauderAPI → ClauderAPI2
Updated in all config files, installer/updater scripts across claude/gemini/codex/qwen. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -108,9 +108,9 @@ if (-not $pyCmd) {
|
||||
Write-Host " Applying patches (PowerShell)..." -ForegroundColor Cyan
|
||||
|
||||
# Environment variables
|
||||
[System.Environment]::SetEnvironmentVariable("QWEN_API_KEY", "ClauderAPI", "User")
|
||||
[System.Environment]::SetEnvironmentVariable("QWEN_API_KEY", "ClauderAPI2", "User")
|
||||
[System.Environment]::SetEnvironmentVariable("QWEN_BASE_URL", "https://ai.37-187-136-86.sslip.io", "User")
|
||||
$env:QWEN_API_KEY = "ClauderAPI"
|
||||
$env:QWEN_API_KEY = "ClauderAPI2"
|
||||
$env:QWEN_BASE_URL = "https://ai.37-187-136-86.sslip.io"
|
||||
|
||||
# Settings
|
||||
|
||||
Reference in New Issue
Block a user