This commit is contained in:
2025-08-26 13:33:43 +08:00
parent ddddbfbb7c
commit a5c93b9bba
253 changed files with 162 additions and 112618 deletions

View File

@@ -51,8 +51,11 @@ GLM_BASE_URL = "https://api.siliconflow.cn/v1/chat/completions"
GLM_API_KEY = "sk-pbqibyjwhrgmnlsmdygplahextfaclgnedetybccknxojlyl"
GLM_MODEL_NAME = "THUDM/GLM-4.1V-9B-Thinking"
# 阿里云API信息【YLT】
ALY_LLM_API_KEY = "sk-f6da0c787eff4b0389e4ad03a35a911f"
#ALY_LLM_API_KEY = "sk-f6da0c787eff4b0389e4ad03a35a911f"
# 阿里云API信息【绘智科技】
ALY_LLM_API_KEY = "sk-01d13a39e09844038322108ecdbd1bbc"
ALY_LLM_BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"
#ALY_LLM_MODEL_NAME = "deepseek-r1"
ALY_LLM_MODEL_NAME = "qwen-plus"