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
197af126
Commit
197af126
authored
May 19, 2024
by
Jun Siang Cheah
Browse files
fix: remove stray debug log
parent
ae26596d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/lib/components/chat/Settings/Models.svelte
src/lib/components/chat/Settings/Models.svelte
+0
-1
No files found.
src/lib/components/chat/Settings/Models.svelte
View file @
197af126
...
@@ -566,7 +566,6 @@
...
@@ -566,7 +566,6 @@
};
};
onMount(async () => {
onMount(async () => {
console.log('mounting');
await Promise.all([
await Promise.all([
(async () => {
(async () => {
OLLAMA_URLS = await getOllamaUrls(localStorage.token).catch((error) => {
OLLAMA_URLS = await getOllamaUrls(localStorage.token).catch((error) => {
...
...
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