mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
build: ui build error (#2975)
This commit is contained in:
parent
e79e7d505d
commit
d85801fe58
|
|
@ -30,7 +30,7 @@ class GunicornLocalModelService(BaseService):
|
|||
'-b', bind,
|
||||
'-k', 'gthread',
|
||||
'--threads', '200',
|
||||
'-w', worker,
|
||||
'-w', str(worker),
|
||||
'--max-requests', '10240',
|
||||
'--max-requests-jitter', '2048',
|
||||
'--access-logformat', log_format,
|
||||
|
|
|
|||
|
|
@ -115,7 +115,6 @@ import UserForm from '@/components/ai-chat/component/user-form/index.vue'
|
|||
import Control from '@/components/ai-chat/component/control/index.vue'
|
||||
import { t } from '@/locales'
|
||||
import bus from '@/bus'
|
||||
import { fa } from 'element-plus/es/locale'
|
||||
const transcribing = ref<boolean>(false)
|
||||
defineOptions({ name: 'AiChat' })
|
||||
const route = useRoute()
|
||||
|
|
|
|||
Loading…
Reference in New Issue