v1.3.1: Set Qwen as default provider for QwenClaw

This commit is contained in:
admin
2026-02-26 12:08:32 +04:00
Unverified
parent f15ff46120
commit 029bad83b6
5 changed files with 354 additions and 35 deletions

View File

@@ -7,16 +7,20 @@ RIG_PORT=8080
# Database path for vector store
RIG_DATABASE_PATH=./rig-store.db
# Model providers (get keys from respective platforms)
# OpenAI: https://platform.openai.com/api-keys
# Default provider (QwenClaw uses Qwen by default)
RIG_DEFAULT_PROVIDER=qwen
RIG_DEFAULT_MODEL=qwen-plus
# Qwen API Configuration
# Get your Qwen API key from: https://platform.openai.com/
# Or use compatible API endpoints (OpenAI-compatible)
QWEN_API_KEY=your-qwen-api-key-here
QWEN_BASE_URL=https://api.qwen.ai/v1
# Alternative: OpenAI (fallback)
# Get from: https://platform.openai.com/api-keys
OPENAI_API_KEY=your-openai-api-key-here
# Anthropic: https://console.anthropic.com/settings/keys
# Alternative: Anthropic (fallback)
# Get from: https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=your-anthropic-api-key-here
# Qwen: (if using Qwen API)
# QWEN_API_KEY=your-qwen-api-key-here
# Defaults
RIG_DEFAULT_PROVIDER=openai
RIG_DEFAULT_MODEL=gpt-4o