Update README.md

This commit is contained in:
Junyang Lin 2025-07-31 21:38:38 +08:00 committed by GitHub
parent 66d43dbc5d
commit d360b86588
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -72,7 +72,7 @@ export OPENAI_BASE_URL="https://dashscope.aliyuncs.com/compatible-mode/v1"
export OPENAI_MODEL="qwen3-coder-plus" export OPENAI_MODEL="qwen3-coder-plus"
``` ```
If you are in mainland China, ModelScope offers 2,000 free model inference API calls per day.Please make sure you connect your aliyun account to ModelScope so that you won't receive the API error like `API Error: OpenAI API error`. If you are in mainland China, ModelScope offers 2,000 free model inference API calls per day. Please make sure you connect your aliyun account to ModelScope so that you won't receive the API error like `API Error: OpenAI API error`.
```bash ```bash
export OPENAI_API_KEY="your_api_key_here" export OPENAI_API_KEY="your_api_key_here"