mirror of
https://github.com/HumanAIGC-Engineering/OpenAvatarChat-WebUI.git
synced 2026-02-04 09:29:21 +08:00
initconfig
This commit is contained in:
6
dist/assets/index-legacy.js
vendored
6
dist/assets/index-legacy.js
vendored
File diff suppressed because one or more lines are too long
2
dist/assets/index.css
vendored
2
dist/assets/index.css
vendored
File diff suppressed because one or more lines are too long
4
dist/assets/index.js
vendored
4
dist/assets/index.js
vendored
@@ -66082,7 +66082,7 @@ const ba = i5('visionStore', {
|
||||
}
|
||||
},
|
||||
async init() {
|
||||
fetch('/openavatarchat/init')
|
||||
fetch('/openavatarchat/initconfig')
|
||||
.then((n) => n.json())
|
||||
.then((n) => {
|
||||
;(n.rtc_configuration && (this.rtcConfig = n.rtc_configuration),
|
||||
@@ -69992,7 +69992,7 @@ const _ie = si(gie, [['render', vie]]),
|
||||
}
|
||||
},
|
||||
}),
|
||||
Rie = si(Mie, [['__scopeId', 'data-v-8a792db3']]),
|
||||
Rie = si(Mie, [['__scopeId', 'data-v-628a9c05']]),
|
||||
Iie = { class: 'gradio-webrtc-waveContainer' },
|
||||
Nie = qt({
|
||||
__name: 'AudioWave',
|
||||
|
||||
@@ -151,7 +151,7 @@ export const useVideoChatStore = defineStore('videoChatStore', {
|
||||
}
|
||||
},
|
||||
async init() {
|
||||
fetch('/openavatarchat/init')
|
||||
fetch('/openavatarchat/initconfig')
|
||||
.then((res) => res.json())
|
||||
.then((config) => {
|
||||
if (config.rtc_configuration) {
|
||||
|
||||
Reference in New Issue
Block a user