This commit is contained in:
Saifeddine ALOUI 2024-07-04 19:58:21 +02:00
parent 9cf5558d77
commit 46a368c29c
7 changed files with 35 additions and 35 deletions

@ -1 +1 @@
Subproject commit 387f3e20ce923795c7779ceae3789fd54d86868d
Subproject commit 593cb246715c4f7c7db189530c3db527e015f705

File diff suppressed because one or more lines are too long

2
web/dist/index.html vendored
View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI - Welcome</title>
<script type="module" crossorigin src="/assets/index-1f113d1b.js"></script>
<script type="module" crossorigin src="/assets/index-51627d22.js"></script>
<link rel="stylesheet" href="/assets/index-28075c11.css">
</head>
<body>

View File

@ -218,7 +218,7 @@ export default {
'message_id': this.message_id
})
console.log(json)
fetch(`${this.host}/open_code_in_vs_code`, {
fetch(`${this.host}/open_discussion_folder_in_vs_code`, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: json
@ -243,7 +243,7 @@ export default {
'code': this.code
})
console.log(json)
fetch(`${this.host}/open_folder_in_vs_code`, {
fetch(`${this.host}/open_code_in_vs_code`, {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: json

View File

@ -214,7 +214,7 @@
</div>
</div>
<DynamicUIRenderer class="w-full" :id="`ui_${ui_componentKey}`" :code="message.ui"></DynamicUIRenderer>
<DynamicUIRenderer class="w-full" :key="'ui-' + ui_componentKey" :code="message.ui"></DynamicUIRenderer>
<audio controls v-if="audio_url!=null" :key="audio_url">
<source :src="audio_url" type="audio/wav" ref="audio_player" >
Your browser does not support the audio element.

@ -1 +1 @@
Subproject commit 93c1da9eb4a92b13da65a571fb1c72c9e179b472
Subproject commit 432829201fcce411bf2802e0b4a45638d0336c95

@ -1 +1 @@
Subproject commit 73757a75bb3d03d1f99eca87d305d340c566f3f8
Subproject commit 08e1f607cf439a509dc4742b5b32cacdbe2cff3e