mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-11 21:00:07 +00:00
fixed binding settings
This commit is contained in:
parent
ea069bfa6f
commit
c2084be317
@ -1 +1 @@
|
||||
Subproject commit d182a450496fe39002492dc75bafed63492193ce
|
||||
Subproject commit 4c9592c0b05132ee1864d557c33b642e7bb886d0
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4
web/dist/index.html
vendored
4
web/dist/index.html
vendored
@ -6,8 +6,8 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>LoLLMS WebUI</title>
|
||||
<script type="module" crossorigin src="/assets/index-df4f0801.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-8c5bb30a.css">
|
||||
<script type="module" crossorigin src="/assets/index-3668bdb2.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-d2781252.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -641,7 +641,7 @@ export default {
|
||||
// send new data
|
||||
try {
|
||||
axios.post('/set_active_binding_settings',
|
||||
res).then(response => {
|
||||
{client_id:this.$store.state.client_id, "settings":res}).then(response => {
|
||||
|
||||
if (response && response.data) {
|
||||
console.log('binding set with new settings', response.data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user