初始化

This commit is contained in:
2026-02-22 18:56:10 +08:00
commit 26677972a6
3112 changed files with 255972 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"problemPresupposition": "问题预设",
"noPermission": "没有权限",
"llm": "大模型",
"temperature": "温度",
"maxReplyLength": "最大回复长度",
"historyCount": "携带历史条数",
"skill": "技能",
"conversationSettings": "对话设置",
"welcomeMessage": "欢迎语",
"deepThinking": "深度思考",
"enableDeepThinking": "是否启用深度思考",
"publish": "发布",
"postToWeChatOfficialAccount": "发布到微信公众号",
"configured": "已配置",
"notConfigured": "未配置",
"placeholder": {
"welcome": "请输入欢迎语",
"prompt": "你是一个AI助手请根据用户的问题给出清晰、准确的回答。",
"permission": "你没有配置bot的权限"
},
"systemPrompt": "系统提示词",
"aiOptimization": "AI优化",
"weChatOfficialAccountConfiguration": "微信公众号配置",
"aiOptimizedPrompts": "AI优化提示词",
"chatAssistant": "聊天助手"
}