mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 17:22:47 +00:00
fixed bug in personality selection
This commit is contained in:
parent
2aade4e41d
commit
55fc07b072
File diff suppressed because one or more lines are too long
2
web/dist/index.html
vendored
2
web/dist/index.html
vendored
@ -6,7 +6,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>GPT4All - WEBUI</title>
|
||||
<script type="module" crossorigin src="/assets/index-590a907b.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-9b4a79fd.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-e783286d.css">
|
||||
</head>
|
||||
<body>
|
||||
|
@ -477,6 +477,7 @@ export default {
|
||||
// Refresh stuff
|
||||
refresh() {
|
||||
|
||||
console.log("Refreshing")
|
||||
// No need to refresh all lists because they never change during using application.
|
||||
// On settings change only config file chnages.
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user