Merge branch 'main' of github.com:7li7li/ChatGPT-Next-Web

# Conflicts:
#	app/components/sidebar.tsx
This commit is contained in:
zhangchenguang01
2024-08-05 10:02:51 +08:00
33 changed files with 317 additions and 38 deletions

View File

@@ -156,6 +156,11 @@ const cn = {
Title: "字体大小",
SubTitle: "聊天内容的字体大小",
},
FontFamily: {
Title: "聊天字体",
SubTitle: "聊天内容的字体,若置空则应用全局默认字体",
Placeholder: "字体名称",
},
InjectSystemPrompts: {
Title: "注入系统级提示信息",
SubTitle: "强制给每次请求的消息列表开头添加一个模拟 ChatGPT 的系统提示",