mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-30 08:03:57 +00:00
upgraded ui
This commit is contained in:
parent
9641c1b9cc
commit
209156ee82
@ -1 +1 @@
|
||||
Subproject commit 8deca0097213ac6a7727584188d6f3d8cea4ca21
|
||||
Subproject commit ea313c783c3c5727ee29f5bbc3beaa02549e3798
|
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 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-65298ea8.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-607a729a.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-9d6fe0d1.css">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -818,7 +818,7 @@ export default {
|
||||
});
|
||||
},
|
||||
startRecording(){
|
||||
axios.get('./get_presets').then(response => {
|
||||
axios.get('./start_audio_stream').then(response => {
|
||||
console.log(response.data)
|
||||
this.presets=response.data
|
||||
this.selectedPreset = this.presets[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user