Timothy Jaeryang Baek
782cce7c44
Merge pull request #1340 from joequant/main
...
allow version to work with -rc tag
2024-04-06 18:57:41 -07:00
Timothy J. Baek
395ca82175
refac: '-rc' tag handling
2024-04-06 18:55:51 -07:00
Danny Liu
663b5adaf2
Merge pull request #3 from lainedfles/feat/profile-image-initials
...
Fix: Restore Gravatar functionality, add button initials, toast duration
2024-04-06 16:37:09 -07:00
Self Denial
924ebf035b
Fix: Restore Gravatar functionality, add button initials, toast duration
...
- Restore Gravatar functionality
- Add new button for "Use Initials"
- Set both buttons to use text-left class
- Update toast property autoClose to duration (wrong library, my bad!)
- Update toast messages to clarify that this isn't "Gravatar" but "avatar"
- Add i18n text to en-US/translation.json
2024-04-06 16:04:05 -06:00
Timothy Jaeryang Baek
fafb8cd263
Merge pull request #1439 from justinh-rahb/rocm-compose
...
Add AMD Docker Compose config file
2024-04-06 13:33:21 -07:00
Timothy J. Baek
8110a872d5
fix: wording
2024-04-06 13:29:39 -07:00
Timothy Jaeryang Baek
331fe04df7
Merge pull request #1445 from open-webui/dev
...
dev
2024-04-06 13:21:15 -07:00
Timothy Jaeryang Baek
aed4763bfe
Merge pull request #1443 from aguvener/main
...
feat: Added tr-TR translation
2024-04-06 13:15:44 -07:00
aguvener
8d0f3fbde9
added tr-TR to languages.json
2024-04-06 19:03:59 +03:00
aguvener
318d4d1ce1
Create translation.json
...
Created Turkish translation file
2024-04-06 19:00:23 +03:00
Self Denial
ec530ac9f8
format fix
2024-04-06 04:38:34 -06:00
Self Denial
11741ea7f0
Tooltip info & warn. Detect file path during update. Add translation.
...
* Tooltips added to show full model name and warning regarding vector storage
* Send toast error and return early if more than a single front slash is detected
* Extend toast duration for model update action
* Add i18n en_US translation
* Remove commented code copied from existing function
2024-04-06 04:22:48 -06:00
Danny Liu
bee0338763
captalize Initial for improved clarity
2024-04-06 02:23:32 -07:00
Timothy Jaeryang Baek
073f06d449
refac: cleaner tag
2024-04-06 04:06:47 -05:00
Timothy J. Baek
5a787ab2c5
refac: pdf styling
2024-04-06 02:04:28 -07:00
Timothy J. Baek
81dbc65853
refac: pdf generation
2024-04-06 01:54:59 -07:00
Danny Liu
8a7075c3bf
style: npm run format
2024-04-06 01:13:22 -07:00
Danny Liu
78565e554b
notify user with toast.info() + update toast message
2024-04-06 01:12:51 -07:00
Danny Liu
7081755e19
Merge pull request #2 from lainedfles/feat/profile-image-initials-fixes
...
Feat/profile image initials fixes
2024-04-06 01:12:11 -07:00
Self Denial
cf54adf5c4
Toast error consistency
2024-04-05 23:01:48 -06:00
Self Denial
ae9922a2cd
Re-word account creation error to be more descriptive
2024-04-05 22:58:40 -06:00
Self Denial
bad7dca51e
Move login page toast error to the bottom of page and enable i18n for translation
2024-04-05 22:43:42 -06:00
Self Denial
69716a5cec
Revert "omit canvas spoofing toast.error for signups"
...
This reverts commit 1af62a70f0
.
2024-04-05 22:31:40 -06:00
Danny Liu
1af62a70f0
omit canvas spoofing toast.error for signups
2024-04-05 21:16:48 -07:00
Danny Liu
5694f16624
style: run npm run format
2024-04-05 21:02:02 -07:00
Danny Liu
a68b95c95f
Merge pull request #1 from lainedfles/feat/profile-image-initials-rfp
...
Feat/profile image initials with fix for rfp & canvas spoofing
2024-04-05 21:00:48 -07:00
Justin Hayes
f34b9733e3
Add Docker tag variables
2024-04-05 23:48:16 -04:00
Justin Hayes
8db03f3ab2
Add variables
2024-04-05 23:46:20 -04:00
Timothy Jaeryang Baek
d001d7afb1
Merge pull request #1436 from lainedfles/feat/litellm-local-cost-map
...
Use locally bundled version of the LiteLLM cost map json
2024-04-05 17:26:20 -07:00
Timothy Jaeryang Baek
183b84beae
Merge pull request #1438 from MurielLima/main
...
feat: translate portuguese brazil
2024-04-05 17:24:14 -07:00
Justin Hayes
075dddf3d3
Add AMD docker compose file
2024-04-05 20:11:33 -04:00
Muriel.Lima
7d64ada43e
feat: translate portuguese brazil
2024-04-05 19:45:10 -03:00
Self Denial
802eb3beec
Use locally bundled version of the LiteLLM cost map json
...
Intended to avoid repetitive startup connections by setting `LITELLM_LOCAL_MODEL_COST_MAP="True"`
2024-04-05 16:27:31 -06:00
Self Denial
ac9308dbed
Introduce canvasPixelTest() intended to validate canvas functionality
...
Browsers and plugins that spoof canvas data produce corrupt images. In attempt to mitigate:
* Add canvasPixelTest() to test a single pixel and test the RGB values
* Test canvasPixelTest() inside generateInitialsImage() and use default `/user.png` if failure detected
* Call canvasPixelTest() directly within settings to avoid setting an invalid image
* Use toast.error() with 10 second autoClose
2024-04-05 16:04:00 -06:00
Jun Siang Cheah
b7ced4e4f1
feat: trigger docker build after release
2024-04-05 20:29:11 +01:00
Jannik S
536fd347b9
Merge pull request #4 from lainedfles/dockerfile-optimisation-dev
...
Set cudnn LD_LIBRARY_PATH to fix whisper inference
2024-04-05 08:23:06 +02:00
Danny Liu
c8f7bb990c
code style: npm run format
2024-04-04 20:07:52 -07:00
Danny Liu
b8790200e9
refac: code style
2024-04-04 20:05:39 -07:00
Danny Liu
4200ad111c
handle names with trailing whitespace
2024-04-04 19:56:23 -07:00
Self Denial
0f90332e61
Set cudnn LD_LIBRARY_PATH to fix whisper inference
2024-04-04 20:08:14 -06:00
Timothy Jaeryang Baek
f87805b46f
Merge pull request #1424 from open-webui/dev
...
fix
2024-04-04 17:40:53 -07:00
Timothy Jaeryang Baek
7a7d1931d9
Merge pull request #1423 from slash-proc/fix_helm_ollama_base_url
...
remove deprecated /api from ollama base url
2024-04-04 17:39:21 -07:00
Timothy J. Baek
e61e1b079f
fix: file upload issue
2024-04-04 17:38:59 -07:00
Doug Danat
7813c3316f
remove deprecated /api from ollama base url
2024-04-04 23:57:32 +02:00
Danny Liu
ac470e64e0
npm run format
2024-04-04 13:26:00 -07:00
Danny Liu
c52cc46d2c
feat: initial avatar set to first letter of firstname, first letter of lastname
2024-04-04 13:23:59 -07:00
Danny Liu
a2bd9b8639
style: npm run format
2024-04-04 12:10:45 -07:00
Danny Liu
0c43897f3d
refac: move generateInitialsImage function to utils
2024-04-04 12:09:07 -07:00
Danny Liu
4195af4942
pass generated profile image in signup api call
2024-04-04 12:08:20 -07:00
Self Denial
9f82f5abba
Formatting...
2024-04-04 12:09:48 -06:00