flat:AI+
This commit is contained in:
25
config.js
25
config.js
@@ -1,9 +1,16 @@
|
||||
export default {
|
||||
baseUrl: '', // 测试
|
||||
baseUrl: 'http://39.98.44.136:8080', // 测试
|
||||
// sseAI+
|
||||
StreamBaseURl: 'http://39.98.44.136:8000',
|
||||
// 语音转文字
|
||||
vioceBaseURl: 'ws://39.98.44.136:6006/speech-recognition',
|
||||
DBversion: 3,
|
||||
// 应用信息
|
||||
appInfo: {
|
||||
// 应用名称
|
||||
name: "青岛市就业服务",
|
||||
// AI名称
|
||||
AIName: '小红',
|
||||
// 应用版本
|
||||
version: "1.0.0",
|
||||
// 应用logo
|
||||
@@ -20,5 +27,19 @@ export default {
|
||||
url: ""
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
allowedFileNumber: 2,
|
||||
allowedFileTypes: [
|
||||
"text/plain", // .txt
|
||||
"text/markdown", // .md
|
||||
"text/html", // .html
|
||||
"application/msword", // .doc
|
||||
"application/vnd.openxmlformats-officedocument.wordprocessingml.document", // .docx
|
||||
"application/pdf", // .pdf
|
||||
"application/vnd.ms-powerpoint", // .ppt
|
||||
"application/vnd.openxmlformats-officedocument.presentationml.presentation", // .pptx
|
||||
"text/csv", // .csv
|
||||
"application/vnd.ms-excel", // .xls
|
||||
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" // .xlsx
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user