Mengkang Hu commited on
Commit
c1333e3
·
2 Parent(s): e577e3f 084f045

Merge pull request #10 from JustinTong0323/fix_env_template_wrong_qwen_link

Browse files
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