Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
cbd60168
Commit
cbd60168
authored
Jun 03, 2024
by
Timothy J. Baek
Browse files
fix: import model
parent
7c354476
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/lib/components/workspace/Models.svelte
src/lib/components/workspace/Models.svelte
+1
-0
No files found.
src/lib/components/workspace/Models.svelte
View file @
cbd60168
...
@@ -384,6 +384,7 @@
...
@@ -384,6 +384,7 @@
}
}
await models.set(await getModels(localStorage.token));
await models.set(await getModels(localStorage.token));
_models = $models;
};
};
reader.readAsText(importFiles[0]);
reader.readAsText(importFiles[0]);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment