JustinTong commited on
Commit
084f045
·
1 Parent(s): c88a8d4

fix wrong qwen api link

Browse files

Signed-off-by: Xinyuan Tong <[email protected]>

Files changed (1) hide show
  1. owl/.env_template +1 -1
owl/.env_template CHANGED
@@ -5,7 +5,7 @@ OPENAI_API_KEY = ""
5
  # Hugging Face API (https://huggingface.co/join)
6
  HF_TOKEN=""
7
 
8
- # Qwen API (https://help.aliyun.com/document_detail/611472.html)
9
  QWEN_API_KEY=""
10
 
11
 
 
5
  # Hugging Face API (https://huggingface.co/join)
6
  HF_TOKEN=""
7
 
8
+ # Qwen API (https://help.aliyun.com/zh/model-studio/developer-reference/get-api-key)
9
  QWEN_API_KEY=""
10
 
11