初始化

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": "ProblemPresupposition",
"noPermission": "NoPermission",
"llm": "LLM",
"temperature": "Temperature",
"maxReplyLength": "MaxReplyLength",
"historyCount": "HistoryCount",
"skill": "Skill",
"conversationSettings": "ConversationSettings",
"welcomeMessage": "WelcomeMessage",
"deepThinking": "DeepThinking",
"enableDeepThinking": "EnableDeepThinking",
"publish": "Publish",
"postToWeChatOfficialAccount": "PostToWeChatOfficialAccount",
"configured": "Configured",
"notConfigured": "NotConfigured",
"placeholder": {
"welcome": "Please enter welcome message",
"prompt": "You are an AI assistant. Please provide clear and accurate answers based on the user's questions.",
"permission": "No permission to configure the bot!"
},
"systemPrompt": "System Prompt",
"aiOptimization": "AI Optimization",
"weChatOfficialAccountConfiguration": "WeChat Official Account configuration",
"aiOptimizedPrompts": "AI Optimized Prompts",
"chatAssistant": "Chat Assistant"
}