This commit is contained in:
2025-08-19 14:02:48 +08:00
parent 217f5b2266
commit 0440e8c817
44 changed files with 1439 additions and 10 deletions

View File

@@ -1,3 +1,12 @@
# Elasticsearch配置
ES_CONFIG = {
'hosts': ['https://localhost:9200'],
'basic_auth': ('elastic', 'jv9h8uwRrRxmDi1dq6u8'),
'verify_certs': False,
'index_name': 'ds_db', # 默认索引名称
'student_info_index': 'student_info' # 添加student_info索引名称配置
}
# 阿里云的配置信息【绘智科技】
ALY_AK = 'LTAI5tE4tgpGcKWhbZg6C4bh'
ALY_SK = 'oizcTOZ8izbGUouboC00RcmGE8vBQ1'
@@ -45,8 +54,8 @@ GLM_MODEL_NAME = "THUDM/GLM-4.1V-9B-Thinking"
# 阿里云API信息【YLT】
ALY_LLM_API_KEY = "sk-f6da0c787eff4b0389e4ad03a35a911f"
ALY_LLM_BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"
ALY_LLM_MODEL_NAME = "deepseek-r1"
# ALY_LLM_MODEL_NAME = "qwen-plus"
#ALY_LLM_MODEL_NAME = "deepseek-r1"
ALY_LLM_MODEL_NAME = "qwen-plus"
# ALY_LLM_MODEL_NAME = "deepseek-v3"
# 华为云云存储