mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-20 21:03:07 +00:00
upgraded
This commit is contained in:
parent
292cbd6887
commit
fd2c921ab7
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-002f260b.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-bc493f0a.css">
|
||||
<script type="module" crossorigin src="/assets/index-f94f26a9.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-98bcc0af.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
@ -2407,7 +2407,7 @@ export default {
|
||||
axios.post("/add_reference_to_local_model",{"path": this.reference_path}).then((resp)=>{
|
||||
if(resp.status){
|
||||
this.$refs.toast.showToast("Reference created", 4, true)
|
||||
this.fetchModels();
|
||||
this.$store.dispatch('refreshModels');
|
||||
}
|
||||
else{
|
||||
this.$refs.toast.showToast("Couldn't create reference", 4, false)
|
||||
|
Loading…
Reference in New Issue
Block a user