fix(security): 移除.env.example中的真实API Key
将DashScope真实密钥替换为占位符,注意git历史中仍有泄露
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# DashScope API Key (阿里云 Qwen)
|
||||
DASHSCOPE_API_KEY=sk-37e148fafdfb425f8cc1cfa4efcbc9e1
|
||||
DASHSCOPE_API_KEY=sk-your-dashscope-key-here
|
||||
|
||||
# OpenAI API Key
|
||||
OPENAI_API_KEY=sk-your-openai-key-here
|
||||
|
||||
Reference in New Issue
Block a user