mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-03-11 15:03:55 +00:00
sync
This commit is contained in:
parent
8d54533ca6
commit
c48d60cdda
@ -1 +1 @@
|
||||
Subproject commit 1ec1422b86656f4978e31f524ae8bebcb0a86141
|
||||
Subproject commit 3e53eb69646c22d9812ef9ea38202863a86e5ef5
|
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-nw2-X7KK.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CX_2ugEh.css">
|
||||
<script type="module" crossorigin src="/assets/index-BQmctrWK.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BUB3E3cU.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -5493,7 +5493,7 @@ export default {
|
||||
const func = entry.function_call
|
||||
try {
|
||||
this.isLoading = true
|
||||
axios.post('/get_function_call_settings',{client_id:this.$store.state.client_id,dir:func.category,name:func.name}).then(res => {
|
||||
axios.post('/get_function_call_settings',{client_id:this.$store.state.client_id,category:func.category,name:func.name}).then(res => {
|
||||
console.log(res)
|
||||
this.isLoading = false
|
||||
if (res) {
|
||||
@ -5503,7 +5503,7 @@ export default {
|
||||
// send new data
|
||||
try {
|
||||
axios.post('/set_function_call_settings',
|
||||
{client_id:this.$store.state.client_id,dir:func.dir,name:func.name, "settings":res}, {headers: this.posts_headers}).then(response => {
|
||||
{client_id:this.$store.state.client_id,category:func.category,name:func.name, "settings":res}, {headers: this.posts_headers}).then(response => {
|
||||
if (response && response.data) {
|
||||
console.log('function call set with new settings', response.data)
|
||||
this.$store.state.toast.showToast("function call settings updated successfully!", 4, true)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6ce5c45790695037e6511873fbe3ae2620182bb7
|
||||
Subproject commit 9c65920db02d9690d080cdc5cbf8050e555f456a
|
Loading…
x
Reference in New Issue
Block a user