mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-04-22 09:40:48 +00:00
sync
This commit is contained in:
parent
6ee4181dc9
commit
79088d3869
@ -1 +1 @@
|
||||
Subproject commit f9157d86f144be5f14b8fa09161986bf6ba60643
|
||||
Subproject commit 888ea245346ae2bf7a6892655b6e820b71f6e630
|
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-CxBV_WbN.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-Bvww2r3w.css">
|
||||
<script type="module" crossorigin src="/assets/index-nw2-X7KK.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CX_2ugEh.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -5499,7 +5499,7 @@ export default {
|
||||
if (res) {
|
||||
if (res.data && Object.keys(res.data).length > 0) {
|
||||
// open form
|
||||
this.$store.state.universalForm.showForm(res.data, "Function call settings - " +this.$store.state.config.active_ttv_service, "Save changes", "Cancel").then(res => {
|
||||
this.$store.state.universalForm.showForm(res.data, "Function call settings - " +func.name, "Save changes", "Cancel").then(res => {
|
||||
// send new data
|
||||
try {
|
||||
axios.post('/set_function_call_settings',
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 4bbcce5aeb69367e7a69c36dc4d31de6c93aeb10
|
||||
Subproject commit 40a7254631887deb27a00e41a68c5f7b13c7d3de
|
Loading…
x
Reference in New Issue
Block a user