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:
@@ -235,9 +235,9 @@ if (-not $pyCmd) {
|
||||
# ---- Configure environment variables ----
|
||||
|
||||
Write-Host " Setting environment variables..." -ForegroundColor Cyan
|
||||
[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"
|
||||
Write-Host " Env vars set (QWEN_API_KEY, QWEN_BASE_URL)" -ForegroundColor Green
|
||||
|
||||
|
||||
Reference in New Issue
Block a user