-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.dev.vars.example
More file actions
12 lines (9 loc) · 656 Bytes
/
.dev.vars.example
File metadata and controls
12 lines (9 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
# Authentication - paste your oauth_creds.json content here (as a JSON string)
# You can get this by running the Qwen CLI and copying the oauth_creds.json content
QWEN_CLI_AUTH={ "access_token": "...", "refresh_token": "w-...", "token_type": "Bearer", "resource_url": "portal.qwen.ai", "expiry_date": 1756155744889}
# Default model to use
OPENAI_MODEL='qwen3-coder-plus'
# Optional: API key for user authentication (if set, users must provide it in Authorization header)
# OPENAI_API_KEY='sk-your-secret-key-here'
# Optional: Custom base URL (will use resource_url from OAuth if available)
# OPENAI_BASE_URL='https://api-inference.modelscope.cn/v1'