mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-29 15:44:12 +00:00
added prompts list
This commit is contained in:
parent
70291fcd8e
commit
f13bc2cf1f
@ -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
2
web/dist/index.html
vendored
@ -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>
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user