修改大模型生成prompt
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
llm:
|
||||
base_url: "https://api.siliconflow.cn/v1" # 兼容 OpenAI API 的端点地址
|
||||
api_key: "sk-rooopitditvwbgdjxnkywgvdhsepfucbxcwoagickbnrxqyo" # API 密钥,也可通过环境变量 LLM_API_KEY 设置
|
||||
model: "Qwen/Qwen3.5-397B-A17B" # 部署的模型名称
|
||||
model: "deepseek-ai/DeepSeek-V3.2" # 部署的模型名称
|
||||
temperature: 0.9
|
||||
max_tokens: 8192
|
||||
|
||||
|
||||
Reference in New Issue
Block a user