😎修改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,16 +1,16 @@
{
"LLM": {
"ModelProvider": "DeepSeek", //使ProvidersProductName
"InitSystemChatMessage": "你是一个经验丰富的Admin.pro人工智能助手,请根据用户的问题给出准确的回答。- **回答请以markdown格式输出**;- **适当加入emoji表达人类情感使内容更易于理解与传播。**",
"UserCanSwitchLLM": true, //
"TargetCount": 10, //TargetCount+ThresholdCounttoken
"ThresholdCount": 3, //TargetCount+ThresholdCounttoken
"IsUserProxy": false, //使openai,claudetruefalse,LLM
"ModelProvider": "DeepSeek", // 使ProvidersProductName
"InitSystemChatMessage": "你是一个经验丰富的 Admin.NET 人工智能助手,请根据用户的问题给出准确的回答。- **回答请以markdown格式输出**;- **适当加入emoji表达人类情感使内容更易于理解与传播。**",
"UserCanSwitchLLM": true, //
"TargetCount": 10, // TargetCount+ThresholdCounttoken
"ThresholdCount": 3, // TargetCount+ThresholdCounttoken
"IsUserProxy": false, // 使openai,claudetruefalse,LLM
"ProxyUrl": "http://127.0.0.1:10809", //IsUserProxytrue
"LogEnabled": false, //http.
"LogEnabled": false, // http.
"Providers": [
{
"ProductName": "OpenAI", //LLM
"ProductName": "OpenAI", // LLM
"LLMType": "OpenAI_Compatible",
"ApiKey": "sk-proj-88vztr-6Tf6LwmtpvqAYQR-5q4XJaLW-6vmeeVunhycpsUuKMLGLJAhDGyodovkVJqXLba-HV_ST3BlbkFJghWQCgwt68t5Fv4AZSwoY0MX2K2c-HQPbBQLQYOrGcWfhX4yM9OJtqMYAmPedko4RRolifks8A",
"ApiEndpoint": "https://api.openai.com/v1",

View File

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