Update README.md to clarify the requirement for using Modelscope inference API (#131)
This commit is contained in:
parent
dc6dcea93d
commit
66d43dbc5d
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export OPENAI_BASE_URL="https://dashscope.aliyuncs.com/compatible-mode/v1"
|
|||
export OPENAI_MODEL="qwen3-coder-plus"
|
||||
```
|
||||
|
||||
If you are in mainland China, ModelScope offers 2,000 free model inference API calls per day:
|
||||
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
|
||||
export OPENAI_API_KEY="your_api_key_here"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue