Skip to content

Commit d85801f

Browse files
authored
build: ui build error (#2975)
1 parent e79e7d5 commit d85801f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/common/management/commands/services/services/local_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def cmd(self):
3030
'-b', bind,
3131
'-k', 'gthread',
3232
'--threads', '200',
33-
'-w', worker,
33+
'-w', str(worker),
3434
'--max-requests', '10240',
3535
'--max-requests-jitter', '2048',
3636
'--access-logformat', log_format,

ui/src/components/ai-chat/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ import UserForm from '@/components/ai-chat/component/user-form/index.vue'
115115
import Control from '@/components/ai-chat/component/control/index.vue'
116116
import { t } from '@/locales'
117117
import bus from '@/bus'
118-
import { fa } from 'element-plus/es/locale'
119118
const transcribing = ref<boolean>(false)
120119
defineOptions({ name: 'AiChat' })
121120
const route = useRoute()

0 commit comments

Comments
 (0)