Jun Siang Cheah
02a4412dfc
feat: add UI support for updating model info
2024-05-09 23:54:21 +08:00
Jun Siang Cheah
584385e4bf
fix: revert wip code for settings UI
2024-05-09 20:27:07 +08:00
Jun Siang Cheah
e76a444ed9
feat: allow model config via config.json
2024-05-09 20:25:30 +08:00
Timothy Jaeryang Baek
675328c881
Merge pull request #2002 from Yanyutin753/addAudio
...
🤩 Added custom openai tts models and role variables
2024-05-08 08:03:20 -07:00
Jannik Streidl
9f4a71029f
more keys
2024-05-07 11:44:35 +02:00
Jannik Streidl
cc72341861
found more tooltops without i18n keys
2024-05-07 11:34:15 +02:00
Yanyutin753
5d6517c537
update the name
2024-05-07 08:28:34 +08:00
Yanyutin753
761c66a8d8
🤩 Added custom openai tts models and role variables
2024-05-06 15:23:27 +08:00
Jannik Streidl
30d1048099
resolved the conflicts 😍
2024-04-30 11:33:05 +02:00
Jannik Streidl
142f82bae5
Added some i18n keys & updated german locale
2024-04-30 10:46:16 +02:00
Timothy J. Baek
5e168e6fef
refac: remove num_ctx limit
2024-04-29 16:10:57 -07:00
Timothy J. Baek
877ed69004
refac: token length limit
2024-04-29 00:36:09 -07:00
Jun Siang Cheah
527a0b329b
fix: fluid stream setting not reflecting current state on load
2024-04-29 00:06:32 +01:00
Timothy J. Baek
85df019c2a
refac: styling
2024-04-27 21:20:43 -04:00
Timothy J. Baek
790a305c55
chore: disable unmaintained themes
2024-04-26 22:33:39 -04:00
Danny Liu
95295061d0
fix: config var not defined
2024-04-24 14:31:03 -07:00
Timothy J. Baek
589de36af7
fix : #1705
2024-04-23 15:56:09 -04:00
Timothy J. Baek
cc3312157b
refac: model download
2024-04-23 07:36:46 -04:00
Timothy J. Baek
b1d204fdd4
feat: allow custom model name
2024-04-23 07:20:24 -04:00
Timothy J. Baek
25d09363df
feat: editable openai url for images
2024-04-23 07:14:31 -04:00
Timothy Jaeryang Baek
2d7d6cfffc
Merge pull request #1630 from cheahjs/feat/split-large-chunks
...
feat: split large openai responses into smaller chunks
2024-04-22 13:56:26 -07:00
Jun Siang Cheah
e2a8ad5fca
address comments, rename to ENABLE_ADMIN_EXPORT
2024-04-22 19:55:46 +01:00
Jun Siang Cheah
190b934ab5
feat: add ALLOW_ADMIN_EXPORT to disable exporting of chats and the db
2024-04-22 19:44:24 +01:00
Timothy J. Baek
e627b8bf21
feat: litellm model add/delete
2024-04-21 17:26:22 -05:00
Jun Siang Cheah
67df928c7a
feat: make chunk splitting a configurable option
2024-04-21 11:00:33 +01:00
Timothy J. Baek
d6a0805966
refac: audio settings
2024-04-20 19:01:46 -05:00
Timothy J. Baek
cbd18ec63c
feat: external openai tts support
2024-04-20 16:00:24 -05:00
Entaigner
76bd77bc56
Enable translation for chat suggestion placeholders (settings>interface)
2024-04-19 23:13:17 +02:00
Self Denial
922628c1ee
feat: small change to support ollama pull QOL
...
Use regex replace during trim "sanitize" to support `ollama run ` or `ollama pull ` syntax.
2024-04-13 03:04:11 -06:00
Timothy J. Baek
073aecd427
refac: styling
2024-04-07 00:31:59 -07:00
Timothy J. Baek
47aeab81d8
refac: styling
2024-04-07 00:05:13 -07:00
Timothy J. Baek
f4e165d028
chore: comments removed
2024-04-07 00:00:50 -07:00
Timothy Jaeryang Baek
02d3fb427b
Merge pull request #1386 from dannyl1u/feat/profile-image-initials
...
feat: default profile image with user initials
2024-04-06 23:59:20 -07:00
Timothy J. Baek
df2cb16086
refac: styling
2024-04-06 23:49:25 -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 J. Baek
8110a872d5
fix: wording
2024-04-06 13:29:39 -07:00
Danny Liu
bee0338763
captalize Initial for improved clarity
2024-04-06 02:23:32 -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
Self Denial
cf54adf5c4
Toast error consistency
2024-04-05 23:01:48 -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
Danny Liu
5694f16624
style: run npm run format
2024-04-05 21:02:02 -07: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
Danny Liu
0c43897f3d
refac: move generateInitialsImage function to utils
2024-04-04 12:09:07 -07:00
Timothy J. Baek
c32d41b47f
refac: about
2024-04-03 21:24:57 -07:00
Timothy J. Baek
4a09342a71
chore: npm audit fix
2024-04-03 10:26:24 -07:00
Timothy J. Baek
fb516ea694
refac: styling
2024-04-02 09:58:34 -07:00
Timothy J. Baek
7c5f6d71b3
refac
2024-04-02 09:39:55 -07:00
Timothy J. Baek
e49e04c56a
chore: formatting
2024-04-02 09:33:27 -07:00
Timothy Jaeryang Baek
56369fea3a
Merge branch 'dev' into feature/support_auth_by_api_key
2024-04-02 09:12:19 -07:00
Danny Liu
6bb299ae25
run npm run format
2024-04-01 16:26:05 -07:00
Danny Liu
a0a064f4c8
update initals avatar if user changes name
2024-04-01 16:23:54 -07:00
Danny Liu
40e1e212d4
feat: default profile image with user initials
2024-04-01 16:11:28 -07:00
Timothy J. Baek
d72653cdea
fix: download allowed hosts
2024-04-01 14:01:05 -07:00
Timothy Jaeryang Baek
a0935dec60
Merge branch 'dev' into feature/support_auth_by_api_key
2024-03-31 13:48:36 -07:00
Danny Liu
67865fc5ad
dynamically adjust --color-gray-950 value for OLED black sidebar
2024-03-27 22:39:47 -07:00
Danny Liu
572eefe181
use 🌃 emoji for oled-dark option
2024-03-27 16:19:57 -07:00
Danny Liu
cf44209730
refac: code style
2024-03-27 16:19:02 -07:00
Danny Liu
dfeadf9595
ordering of themes in select menu, group dark themes together
2024-03-27 16:05:37 -07:00
Danny Liu
25c71d8ac2
Update theme options and persist OLED dark theme if selected
2024-03-27 16:04:34 -07:00
Danny Liu
c24d9d3bea
Add 'oled' theme option to themes list
2024-03-27 11:23:00 -07:00
Danny Liu
976c714063
feat: OLED dark theme
2024-03-27 10:50:30 -07:00
liu.vaayne
b4b56f9c85
frontend support api key
2024-03-26 18:24:14 +08:00
Timothy J. Baek
3edc547389
feat: title auto generation for external models
2024-03-26 00:59:57 -07:00
Timothy Jaeryang Baek
a1faa307b1
Merge pull request #1272 from anuraagdjain/feat/cancel-model-download
...
feat: cancel model download
2024-03-24 18:00:57 -05:00
Timothy J. Baek
c2d6d3230b
refac: reset vector db
2024-03-23 20:50:57 -07:00
Timothy J. Baek
98624a406f
feat: comfyui integration
2024-03-23 17:01:13 -07:00
Timothy J. Baek
862c96fcef
feat: comfyui support
2024-03-23 15:38:59 -07:00
Timothy J. Baek
cbaaacfb75
fix: styling
2024-03-23 13:36:11 -07:00
Timothy Jaeryang Baek
3e0d9ad74f
Merge branch 'dev' into feat/cancel-model-download
2024-03-23 15:16:06 -05:00
Timothy J. Baek
244f34c24e
refac: cancel download
2024-03-23 13:12:23 -07:00
Timothy J. Baek
642ca5a94a
refac: ui
2024-03-23 12:46:06 -07:00
Anuraag Jain
7e6d499486
refac: remove conosle.log
2024-03-23 21:00:01 +02:00
Anuraag Jain
d291821bf3
refac: delete button UI
2024-03-23 20:56:18 +02:00
Anuraag Jain
45311bfa15
Merge branch 'main' into feat/cancel-model-download
...
# Conflicts:
# src/lib/components/chat/Settings/Models.svelte
2024-03-23 18:10:35 +02:00
Timothy J. Baek
9e37d6edcc
refac: gguf upload ui
2024-03-22 00:55:59 -07:00
Timothy J. Baek
bc80f1438c
fix: ollama gguf upload
2024-03-22 00:10:55 -07:00
Timothy J. Baek
af4caec4f5
refac: ollama gguf upload
2024-03-21 23:45:00 -07:00
Timothy J. Baek
19f69c821f
refac: code convention
2024-03-18 00:31:43 -07:00
Timothy J. Baek
8f8a68e002
refac: unnecessary code
2024-03-18 00:30:08 -07:00
Timothy J. Baek
94c845d71f
refac
2024-03-18 00:27:48 -07:00
Danny Liu
3c01932a78
run prettier
2024-03-17 01:00:38 -07:00
Danny Liu
41cb6d7a54
remove duplicate "System" in select menu
2024-03-17 00:06:59 -07:00
Danny Liu
f25a967a0b
add system theme ⚙️ option to select menu
2024-03-16 23:54:18 -07:00
Danny Liu
f55dae3027
fix merge conflict
2024-03-16 23:27:08 -07:00
Danny Liu
db0712aefd
Merge branch 'dev' into feat/system-wide-theme
2024-03-16 23:23:56 -07:00
Danny Liu
6f3acb347d
update theme handling and persist selection using Svelte store
2024-03-16 23:14:13 -07:00
Timothy J. Baek
e664c38377
refac: settings styling
2024-03-16 02:24:32 -07:00
Timothy J. Baek
264eb28455
fix: styling
2024-03-16 02:16:24 -07:00
Timothy J. Baek
df55ced0c0
Merge branch 'dev' into pr/926
2024-03-16 02:08:02 -07:00
Timothy J. Baek
cd92cf0da5
fix: image settings save issue
2024-03-15 02:40:44 -07:00
Ased Mammad
aeb265c789
Update persian translation + run i18n:parse
2024-03-14 23:35:09 +03:30
Jannik Streidl
a65d042c73
title fix + new translation keys
2024-03-14 20:30:30 +01:00
Jannik Streidl
ccc1c81256
added missing translation keys
2024-03-14 14:38:05 +01:00
Jannik Streidl
dbdc602791
added simplified + traditional chinese, updates uk keys, changed standart language code format to xx-XX
2024-03-14 12:10:04 +01:00
Jannik Streidl
aa3985e879
merged from main and added new translation keys
2024-03-14 09:42:37 +01:00
Ased Mammad
1091ee5a9b
fix: Typo
2024-03-11 18:54:31 +03:30
Timothy J. Baek
1e9d40af42
feat: update all models
2024-03-10 14:10:32 -07:00
Ased Mammad
7545a717ff
Add more translation keys
2024-03-10 22:31:10 +03:30
Ased Mammad
b8902072fd
Merge branch 'dev' into feat/add-i18n
2024-03-10 22:02:16 +03:30