diff --git a/dsRag/Config/Config.py b/dsRag/Config/Config.py index deb9b2ba..d5365f11 100644 --- a/dsRag/Config/Config.py +++ b/dsRag/Config/Config.py @@ -24,4 +24,9 @@ MS_NPROBE = 100 # DeepSeek DEEPSEEK_API_KEY = 'sk-44ae895eeb614aa1a9c6460579e322f1' -DEEPSEEK_URL = 'https://api.deepseek.com' \ No newline at end of file +DEEPSEEK_URL = 'https://api.deepseek.com' + +# 阿里云中用来调用 deepseek v3 的密钥【驿来特】 +MODEL_API_KEY = "sk-f6da0c787eff4b0389e4ad03a35a911f" +MODEL_NAME = "qwen-plus" +#MODEL_NAME = "deepseek-v3" \ No newline at end of file