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):
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 ,
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'
115115import Control from ' @/components/ai-chat/component/control/index.vue'
116116import { t } from ' @/locales'
117117import bus from ' @/bus'
118- import { fa } from ' element-plus/es/locale'
119118const transcribing = ref <boolean >(false )
120119defineOptions ({ name: ' AiChat' })
121120const route = useRoute ()
You can’t perform that action at this time.
0 commit comments