mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-20 04:47:55 +00:00
added skills library
This commit is contained in:
parent
beda21f850
commit
0e50e03f94
@ -1 +1 @@
|
||||
Subproject commit 33297e81c74a2f63c2ad6769c0ed422818b17a3c
|
||||
Subproject commit c6fcfa36868416472c859476634a010d8f83bdcb
|
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 - Welcome</title>
|
||||
<script type="module" crossorigin src="/assets/index-5adfb8d9.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-2af5ddab.css">
|
||||
<script type="module" crossorigin src="/assets/index-239fa098.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-3871bd66.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -547,7 +547,9 @@ export default {
|
||||
|
||||
},
|
||||
async addDiscussion2SkillsLibrary(){
|
||||
let result = await axios.post("/add_discussion_to_skills_library");
|
||||
let result = await axios.post("/add_discussion_to_skills_library", {
|
||||
client_id: this.client_id
|
||||
}, {headers: this.posts_headers});
|
||||
if(result.status){
|
||||
console.log("done")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user