We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79e7d5 commit d85801fCopy full SHA for d85801f
apps/common/management/commands/services/services/local_model.py
@@ -30,7 +30,7 @@ def cmd(self):
30
'-b', bind,
31
'-k', 'gthread',
32
'--threads', '200',
33
- '-w', worker,
+ '-w', str(worker),
34
'--max-requests', '10240',
35
'--max-requests-jitter', '2048',
36
'--access-logformat', log_format,
ui/src/components/ai-chat/index.vue
@@ -115,7 +115,6 @@ import UserForm from '@/components/ai-chat/component/user-form/index.vue'
115
import Control from '@/components/ai-chat/component/control/index.vue'
116
import { t } from '@/locales'
117
import bus from '@/bus'
118
-import { fa } from 'element-plus/es/locale'
119
const transcribing = ref<boolean>(false)
120
defineOptions({ name: 'AiChat' })
121
const route = useRoute()
0 commit comments