commit b72a0e2611bd95ea8731624715443ef8288c86a7 Author: RickyHao Date: Wed Feb 5 18:19:16 2025 +0800 first commit diff --git a/NextChat/masks.json b/NextChat/masks.json new file mode 100644 index 0000000..d2a724a --- /dev/null +++ b/NextChat/masks.json @@ -0,0 +1,72 @@ +[ + { + "id": "ZHw2KXQZceJdI72YUvFcM", + "avatar": "1f433", + "name": "DeepSeek-R1", + "context": [ + { + "id": "0o7EsMuNJeuZVUAVxG1af", + "date": "", + "role": "system", + "content": "Initiate your response with \"\\\\n嗯\" at the beginning of every output." + } + ], + "syncGlobalConfig": false, + "modelConfig": { + "model": "DeepSeek-R1", + "temperature": 0.5, + "top_p": 1, + "max_tokens": 10240, + "presence_penalty": 0, + "frequency_penalty": 0, + "sendMemory": true, + "historyMessageCount": 4, + "compressMessageLengthThreshold": 1000, + "enableInjectSystemPrompts": true, + "template": "{{input}}", + "compressModel": "gpt-4o", + "compressProviderName": "OpenAI", + "providerName": "openai" + }, + "lang": "cn", + "builtin": false, + "createdAt": 1738747939259, + "plugin": [], + "hideContext": true + }, + { + "id": "YqRe-_lWNtXHvDbnMxwHp", + "avatar": "gpt-bot", + "name": "翻译专家", + "context": [ + { + "id": "ZLvTTRDmA_qnBtzyEKVlQ", + "date": "", + "role": "system", + "content": "你是一个计算机领域的专业的翻译人员,我会给你一些文本,请根据以下的规则将其翻译\n* 如果我给的是中文,请将其翻译为英文,并且保证尽可能准确\n* 如果我给的是英文,请将其润色、修改语法错误之后返回,并且附带上中文翻译\n* 如果我给的是其他语言文本,请将其翻译为中文后返回" + } + ], + "syncGlobalConfig": false, + "modelConfig": { + "model": "gpt-4o", + "temperature": 0.9, + "top_p": 1, + "max_tokens": 8192, + "presence_penalty": 0, + "frequency_penalty": 0, + "sendMemory": false, + "historyMessageCount": 0, + "compressMessageLengthThreshold": 1000, + "enableInjectSystemPrompts": true, + "template": "{{input}}", + "compressModel": "gpt-4o", + "compressProviderName": "OpenAI", + "providerName": "OpenAI" + }, + "lang": "cn", + "builtin": false, + "createdAt": 1738676538428, + "plugin": [], + "hideContext": true + } +] diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29