diff --git a/dsRagAnything/Config/Config.py b/dsRagAnything/Config/Config.py index e19acd4a..ff39d59d 100644 --- a/dsRagAnything/Config/Config.py +++ b/dsRagAnything/Config/Config.py @@ -5,11 +5,12 @@ EMBED_BASE_URL = "https://api.siliconflow.cn/v1" EMBED_DIM = 1024 EMBED_MAX_TOKEN_SIZE = 8192 -# 大模型 +# 大模型 【DeepSeek深度求索官方】 #LLM_API_KEY="sk-44ae895eeb614aa1a9c6460579e322f1" #LLM_BASE_URL = "https://api.deepseek.com" #LLM_MODEL_NAME = "deepseek-chat" +# 阿里云提供的大模型服务 LLM_API_KEY="sk-f6da0c787eff4b0389e4ad03a35a911f" LLM_BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1" #LLM_MODEL_NAME = "qwen-plus" # 不要使用通义千问,会导致化学方程式不正确!