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
d5f60b11
Unverified
Commit
d5f60b11
authored
Apr 24, 2024
by
Steven Kreitzer
Committed by
GitHub
Apr 24, 2024
Browse files
Merge branch 'dev' into buroa/hybrid-search
parents
adb009f3
70758378
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
backend/apps/web/routers/utils.py
backend/apps/web/routers/utils.py
+1
-1
src/lib/components/chat/Settings/Chats.svelte
src/lib/components/chat/Settings/Chats.svelte
+1
-1
No files found.
backend/apps/web/routers/utils.py
View file @
d5f60b11
...
@@ -11,7 +11,7 @@ import markdown
...
@@ -11,7 +11,7 @@ import markdown
from
utils.utils
import
get_admin_user
from
utils.utils
import
get_admin_user
from
utils.misc
import
calculate_sha256
,
get_gravatar_url
from
utils.misc
import
calculate_sha256
,
get_gravatar_url
from
config
import
OLLAMA_BASE_URLS
,
DATA_DIR
,
UPLOAD_DIR
from
config
import
OLLAMA_BASE_URLS
,
DATA_DIR
,
UPLOAD_DIR
,
ENABLE_ADMIN_EXPORT
from
constants
import
ERROR_MESSAGES
from
constants
import
ERROR_MESSAGES
from
typing
import
List
from
typing
import
List
...
...
src/lib/components/chat/Settings/Chats.svelte
View file @
d5f60b11
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
import fileSaver from 'file-saver';
import fileSaver from 'file-saver';
const { saveAs } = fileSaver;
const { saveAs } = fileSaver;
import {
config,
chats, user } from '$lib/stores';
import { chats, user
, config
} from '$lib/stores';
import {
import {
createNewChat,
createNewChat,
...
...
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