added skills library

This commit is contained in:
Saifeddine ALOUI 2024-03-11 00:57:08 +01:00
parent beda21f850
commit 0e50e03f94
5 changed files with 13 additions and 11 deletions

@ -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
View File

@ -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>

View File

@ -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")
}