😎修改AI配置相关

This commit is contained in:
zuohuaijun 2025-06-19 01:49:08 +08:00
parent dbcd1236a1
commit f408a01a2d
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
{ {
"LLM": { "LLM": {
"ModelProvider": "DeepSeek", // 使ProvidersProductName "ModelProvider": "DeepSeek", // 使ProvidersProductName
"InitSystemChatMessage": "你是一个经验丰富的Admin.pro人工智能助手,请根据用户的问题给出准确的回答。- **回答请以markdown格式输出**;- **适当加入emoji表达人类情感使内容更易于理解与传播。**", "InitSystemChatMessage": "你是一个经验丰富的 Admin.NET 人工智能助手,请根据用户的问题给出准确的回答。- **回答请以markdown格式输出**;- **适当加入emoji表达人类情感使内容更易于理解与传播。**",
"UserCanSwitchLLM": true, // "UserCanSwitchLLM": true, //
"TargetCount": 10, // TargetCount+ThresholdCounttoken "TargetCount": 10, // TargetCount+ThresholdCounttoken
"ThresholdCount": 3, // TargetCount+ThresholdCounttoken "ThresholdCount": 3, // TargetCount+ThresholdCounttoken

View File

@ -261,7 +261,7 @@ const onLanguageChange = (lang: string) => {
// //
const onChatClick = () => { const onChatClick = () => {
router.push({ router.push({
path: '/llm/chat', path: '/llm/aiChat',
}); });
}; };