mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-21 05:13:10 +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">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>LoLLMS WebUI - Welcome</title>
|
<title>LoLLMS WebUI - Welcome</title>
|
||||||
<script type="module" crossorigin src="/assets/index-002f260b.js"></script>
|
<script type="module" crossorigin src="/assets/index-f94f26a9.js"></script>
|
||||||
<link rel="stylesheet" href="/assets/index-bc493f0a.css">
|
<link rel="stylesheet" href="/assets/index-98bcc0af.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
@ -2407,7 +2407,7 @@ export default {
|
|||||||
axios.post("/add_reference_to_local_model",{"path": this.reference_path}).then((resp)=>{
|
axios.post("/add_reference_to_local_model",{"path": this.reference_path}).then((resp)=>{
|
||||||
if(resp.status){
|
if(resp.status){
|
||||||
this.$refs.toast.showToast("Reference created", 4, true)
|
this.$refs.toast.showToast("Reference created", 4, true)
|
||||||
this.fetchModels();
|
this.$store.dispatch('refreshModels');
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
this.$refs.toast.showToast("Couldn't create reference", 4, false)
|
this.$refs.toast.showToast("Couldn't create reference", 4, false)
|
||||||
|
Loading…
Reference in New Issue
Block a user