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
dedb4258
"...composable_kernel_onnxruntime.git" did not exist on "6c3c06bf1f51d5a4b423634fc4cf48c0b7fe2599"
Commit
dedb4258
authored
Nov 19, 2023
by
Timothy J. Baek
Browse files
feat: gravatar default image updated
parent
83ff1d77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backend/utils/misc.py
backend/utils/misc.py
+1
-1
No files found.
backend/utils/misc.py
View file @
dedb4258
...
...
@@ -12,4 +12,4 @@ def get_gravatar_url(email):
hash_hex
=
hash_object
.
hexdigest
()
# Grab the actual image URL
return
f
"https://www.gravatar.com/avatar/
{
hash_hex
}
"
return
f
"https://www.gravatar.com/avatar/
{
hash_hex
}
?d=mp
"
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