mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-24 04:55:44 +00:00
fixed unmount function call
This commit is contained in:
parent
3be9275999
commit
4bfe2eb258
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 @@
|
||||
<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-CXPlPeJJ.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CBXLEN4w.css">
|
||||
<script type="module" crossorigin src="/assets/index-DlQpxWli.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-DXnv6_sp.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -5119,7 +5119,7 @@ export default {
|
||||
async unmountFunction(func) {
|
||||
try {
|
||||
console.log("Unmounting function")
|
||||
const response = await axios.post('/unmount_function', {
|
||||
const response = await axios.post('/unmount_function_call', {
|
||||
client_id: this.$store.state.client_id,
|
||||
function_name: func.name,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user