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
2f23325c
Unverified
Commit
2f23325c
authored
Mar 31, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Mar 31, 2024
Browse files
Merge branch 'dev' into fix/data-dir-handling
parents
cef67642
587a8c59
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
13 deletions
+5
-13
svelte.config.js
svelte.config.js
+5
-7
test.json
test.json
+0
-6
No files found.
svelte.config.js
View file @
2f23325c
...
...
@@ -17,14 +17,12 @@ const config = {
fallback
:
'
index.html
'
})
},
onwarn
:
(
warning
,
handler
)
=>
{
const
{
code
,
_
}
=
warning
;
if
(
code
===
"
css-unused-selector
"
)
return
;
handler
(
warning
);
},
onwarn
:
(
warning
,
handler
)
=>
{
const
{
code
,
_
}
=
warning
;
if
(
code
===
'
css-unused-selector
'
)
return
;
handler
(
warning
);
}
};
export
default
config
;
test.json
deleted
100644 → 0
View file @
cef67642
{
"model_name"
:
"string"
,
"litellm_params"
:
{
"model"
:
"ollama/mistral"
}
}
\ No newline at end of file
Prev
1
2
Next
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