|
|
|
@ -4,10 +4,15 @@ EMBED_API_KEY = "sk-pbqibyjwhrgmnlsmdygplahextfaclgnedetybccknxojlyl"
|
|
|
|
|
EMBED_BASE_URL = "https://api.siliconflow.cn/v1"
|
|
|
|
|
EMBED_DIM = 1024
|
|
|
|
|
EMBED_MAX_TOKEN_SIZE = 8192
|
|
|
|
|
|
|
|
|
|
# 大模型
|
|
|
|
|
LLM_API_KEY="sk-44ae895eeb614aa1a9c6460579e322f1"
|
|
|
|
|
LLM_BASE_URL = "https://api.deepseek.com"
|
|
|
|
|
LLM_MODEL_NAME = "deepseek-chat"
|
|
|
|
|
#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"
|
|
|
|
|
|
|
|
|
|
# 视觉模型
|
|
|
|
|
VISION_API_KEY = "sk-pbqibyjwhrgmnlsmdygplahextfaclgnedetybccknxojlyl"
|
|
|
|
|
VISION_BASE_URL = "https://api.siliconflow.cn/v1/chat/completions"
|
|
|
|
|