You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
514 B
14 lines
514 B
# 嵌入模型
|
|
EMBED_MODEL_NAME = "BAAI/bge-m3"
|
|
EMBED_API_KEY = "sk-pbqibyjwhrgmnlsmdygplahextfaclgnedetybccknxojlyl"
|
|
EMBED_BASE_URL = "https://api.siliconflow.cn/v1"
|
|
|
|
# 大模型
|
|
LLM_API_KEY="sk-44ae895eeb614aa1a9c6460579e322f1"
|
|
LLM_BASE_URL = "https://api.deepseek.com"
|
|
LLM_MODEL_NAME = "deepseek-chat"
|
|
|
|
# 视觉模型
|
|
VISION_API_KEY = "sk-pbqibyjwhrgmnlsmdygplahextfaclgnedetybccknxojlyl"
|
|
VISION_BASE_URL = "https://api.siliconflow.cn/v1/chat/completions"
|
|
VISION_MODEL_NAME = "GLM-4.1V-9B-Thinking" |