fix: completion response handler

This commit is contained in:
jialin
2024-06-29 21:39:55 +08:00
parent d47e53114c
commit afb2a13b80
12 changed files with 57 additions and 39 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
export default {
'menu.dashboard': '概览',
'menu.playground': '对话',
'menu.playground': '试验场',
'menu.models': '模型',
'menu.resources': '资源',
'menu.apikeys': 'API 密钥',
+1 -1
View File
@@ -1,6 +1,6 @@
export default {
'playground.system.tips': '在这里输入系统消息...',
'playground.title': '对话',
'playground.title': '试验场',
'playground.system': '系统',
'playground.user': '用户',
'playground.assistant': '助手',