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:
@@ -31,7 +31,7 @@ npm-пакет содержит патченные URL прокси и фикс
|
||||
**Linux / macOS:**
|
||||
```bash
|
||||
# Переменные окружения
|
||||
echo 'export GEMINI_API_KEY="ClauderAPI"' >> ~/.bashrc
|
||||
echo 'export GEMINI_API_KEY="ClauderAPI2"' >> ~/.bashrc
|
||||
echo 'export GOOGLE_GEMINI_BASE_URL="https://ai.37-187-136-86.sslip.io"' >> ~/.bashrc
|
||||
source ~/.bashrc
|
||||
|
||||
@@ -55,7 +55,7 @@ EOF
|
||||
**Windows (PowerShell):**
|
||||
```powershell
|
||||
# Переменные окружения
|
||||
[System.Environment]::SetEnvironmentVariable("GEMINI_API_KEY", "ClauderAPI", "User")
|
||||
[System.Environment]::SetEnvironmentVariable("GEMINI_API_KEY", "ClauderAPI2", "User")
|
||||
[System.Environment]::SetEnvironmentVariable("GOOGLE_GEMINI_BASE_URL", "https://ai.37-187-136-86.sslip.io", "User")
|
||||
|
||||
# Настройка авторизации
|
||||
@@ -148,7 +148,7 @@ gemini -p "Привет"
|
||||
|
||||
**"GEMINI_API_KEY not set"**
|
||||
```bash
|
||||
export GEMINI_API_KEY="ClauderAPI"
|
||||
export GEMINI_API_KEY="ClauderAPI2"
|
||||
export GOOGLE_GEMINI_BASE_URL="https://ai.37-187-136-86.sslip.io"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user