added prompts list

This commit is contained in:
Saifeddine ALOUI 2024-07-19 02:17:02 +02:00
parent 70291fcd8e
commit f13bc2cf1f
5 changed files with 5 additions and 4 deletions

@ -1 +1 @@
Subproject commit 205ec5b01536b3c1647f15fbd3220d55b809e2bb
Subproject commit 3876c16527e39c0a94eee8e6bdfffcd25adf358d

File diff suppressed because one or more lines are too long

2
web/dist/index.html vendored
View File

@ -6,7 +6,7 @@
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoLLMS WebUI</title>
<script type="module" crossorigin src="/assets/index-cafbd2e3.js"></script>
<script type="module" crossorigin src="/assets/index-7f741a45.js"></script>
<link rel="stylesheet" href="/assets/index-16450776.css">
</head>
<body>

View File

@ -531,6 +531,7 @@ export default {
if(!this.isSpeaking){
this.isSpeaking = true;
axios.post("./text2Audio",{client_id:this.$store.state.client_id, text:this.message.content}).then(response => {
this.isSpeaking = false;
}).catch(ex=>{
this.$store.state.toast.showToast(`Error: ${ex}`,4,false)
this.isSpeaking = false;

@ -1 +1 @@
Subproject commit 518371c281c619bdae757f310194e7693f0083a1
Subproject commit 0d6f3aa416004e13d832411b4e3c291848b694e3