From d360b86588e1acc2a208789ec6ccd13f22b4a361 Mon Sep 17 00:00:00 2001 From: Junyang Lin Date: Thu, 31 Jul 2025 21:38:38 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e76d065..1ac678c1 100644 --- a/README.md +++ b/README.md @@ -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.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 export OPENAI_API_KEY="your_api_key_here"