From eef2df70d2cc9ff8e797a5ebd0a86c65bf7ce841 Mon Sep 17 00:00:00 2001 From: Xinyuan Tong Date: Thu, 6 Mar 2025 20:03:34 -0800 Subject: [PATCH] fix wrong qwen api link Signed-off-by: Xinyuan Tong --- owl/.env_template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owl/.env_template b/owl/.env_template index af7c10f..2d06fc7 100644 --- a/owl/.env_template +++ b/owl/.env_template @@ -5,7 +5,7 @@ OPENAI_API_KEY = "" # Hugging Face API (https://huggingface.co/join) HF_TOKEN="" -# Qwen API (https://help.aliyun.com/document_detail/611472.html) +# Qwen API (https://help.aliyun.com/zh/model-studio/developer-reference/get-api-key) QWEN_API_KEY=""