File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
apps/common/management/commands/services/services
ui/src/components/ai-chat Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def cmd(self):
30
30
'-b' , bind ,
31
31
'-k' , 'gthread' ,
32
32
'--threads' , '200' ,
33
- '-w' , worker ,
33
+ '-w' , str ( worker ) ,
34
34
'--max-requests' , '10240' ,
35
35
'--max-requests-jitter' , '2048' ,
36
36
'--access-logformat' , log_format ,
Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ import UserForm from '@/components/ai-chat/component/user-form/index.vue'
115
115
import Control from ' @/components/ai-chat/component/control/index.vue'
116
116
import { t } from ' @/locales'
117
117
import bus from ' @/bus'
118
- import { fa } from ' element-plus/es/locale'
119
118
const transcribing = ref <boolean >(false )
120
119
defineOptions ({ name: ' AiChat' })
121
120
const route = useRoute ()
You can’t perform that action at this time.
0 commit comments