Commit
·
084f045
1
Parent(s):
c88a8d4
fix wrong qwen api link
Browse filesSigned-off-by: Xinyuan Tong <[email protected]>
- 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/
|
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 |
|