Timothy J. Baek
9f3df2969d
fix: file message styling
2024-01-07 01:48:37 -08:00
Timothy J. Baek
9634e2da3e
feat: full integration
2024-01-07 01:40:36 -08:00
Timothy J. Baek
28c1192ac0
doc: features update
2024-01-07 01:02:42 -08:00
Timothy J. Baek
fef4725d56
feat: frontend file upload support
2024-01-07 00:57:10 -08:00
Timothy J. Baek
13d9e6675e
feat: chat history incognito mode
2024-01-06 02:33:00 -08:00
Timothy J. Baek
77a4c4ce3e
feat: chat history save added to settings
2024-01-06 02:01:56 -08:00
Timothy J. Baek
c09514ea89
fix: styling
2024-01-06 01:09:20 -08:00
Timothy J. Baek
2fedd42e12
fix: custom modelfile image placeholder
2024-01-04 19:34:21 -08:00
Timothy J. Baek
8c4528366f
feat: disable external tab for users with user role
2024-01-04 19:01:03 -08:00
Timothy J. Baek
17c66fde0f
feat: openai compatible api support
2024-01-04 18:38:03 -08:00
Timothy J. Baek
754ea1625b
fix: delete model issue
2024-01-04 13:12:00 -08:00
Timothy J. Baek
30aff2db53
feat: enable backend ollama url update
2024-01-04 13:06:31 -08:00
Timothy J. Baek
f6640c4e8b
feat: sort model list by alphabetical order
2024-01-03 23:46:49 -08:00
Timothy J. Baek
6f262db676
feat: tip message update
2024-01-02 21:44:15 -08:00
Timothy J. Baek
7fc1d7c2c7
feat: prompt crud
2024-01-02 21:35:47 -08:00
Timothy J. Baek
22c210e8f6
feat: custom prompt support
2024-01-02 20:41:37 -08:00
Timothy J. Baek
d7d4d44489
feat: disable users from accesing models setting
2024-01-02 17:31:57 -08:00
Timothy J. Baek
5133ec75e3
fix: log message
2024-01-02 17:30:09 -08:00
Timothy J. Baek
dfde45d365
feat: set default models globally
2024-01-02 17:26:19 -08:00
Timothy J. Baek
a60fbac8a5
feat: set title auto generate model support
2024-01-02 17:08:35 -08:00
Timothy J. Baek
092884fec5
fix: chat general
2024-01-02 16:06:11 -08:00
Timothy J. Baek
96b198b27b
fix: formatting
2024-01-02 01:18:14 -08:00
Timothy J. Baek
e02b06a0bf
feat: more prompt presets added
2024-01-02 01:12:49 -08:00
Timothy J. Baek
69a037257e
feat: prompt preset support
2024-01-02 00:55:28 -08:00
Timothy J. Baek
6a92652ca1
fix: custom theme light/dark support
2024-01-01 19:36:09 -08:00
Timothy J. Baek
3cac26aa03
fix: dark theme as base for custom themes
2024-01-01 19:22:25 -08:00
ThatOneCalculator
dcfe064949
Add Rosé Pine Dawn theme
2024-01-01 16:39:02 -08:00
Timothy J. Baek
150236c1ca
fix: rose renamed to rose pine
2024-01-01 16:22:57 -08:00
Timothy J. Baek
af6e4eb904
feat: rosepine custom theme
2024-01-01 16:05:05 -08:00
Timothy J. Baek
60658abbbc
fix: edit message issue
2024-01-01 13:01:42 -08:00
Timothy J. Baek
7000a52485
fix: edit message issue
2024-01-01 11:47:23 -08:00
Timothy J. Baek
7d859141b4
feat: arrowup edit message shortcut
2024-01-01 10:57:27 -08:00
Timothy J. Baek
affa6568d6
fix: code render issue
2024-01-01 10:35:46 -08:00
Timothy J. Baek
14440014e5
fix: new params do not require legacy fallback
2023-12-30 20:18:06 -08:00
Timothy J. Baek
0d6440f5c0
fix: num_predict default value should match ollama default
...
https://github.com/jmorganca/ollama/blob/main/docs/modelfile.md#valid-parameters-and-values
2023-12-30 20:16:05 -08:00
Timothy Jaeryang Baek
7753851e51
Merge branch 'main' into fix-openai-settings
2023-12-30 03:27:13 -05:00
Timothy J. Baek
bf40695eb8
fix: toggle settings shortcut fix
2023-12-30 00:24:57 -08:00
Timothy J. Baek
d5dc36b2a9
feat: delete all user chats
2023-12-30 00:15:37 -08:00
Timothy J. Baek
7ffc1902a9
feat: toggle settings shortcut added
2023-12-29 23:35:08 -08:00
Timothy J. Baek
b916f1b07d
feat: messages refac
2023-12-29 23:25:40 -08:00
Timothy J. Baek
f91a6b63d1
feat: message components refac
2023-12-29 23:03:48 -08:00
Timothy Jaeryang Baek
b919ac76af
Merge branch 'main' into fix-openai-settings
2023-12-29 21:05:49 -05:00
Timothy J. Baek
28a3d59955
feat: update troubleshooting messages
2023-12-29 09:29:54 -08:00
David Young
431b710e46
Settings were being referenced incorrectly and as a result, no settings were being sent to openai endpoint. Added num_predict slider in advanced UI. Also added seed, stop and max_tokens (uses num_predict) being sent to openai endpoint.
2023-12-29 16:09:59 +00:00
Timothy J. Baek
d8bb19fd8a
feat: change password frontend added
2023-12-29 00:26:47 -08:00
Timothy J. Baek
9bd48ffd93
feat: change password support
2023-12-29 00:12:30 -08:00
Timothy J. Baek
136eb18fb0
feat: account settings
2023-12-28 23:32:25 -08:00
Anuraag Jain
4d3754980d
fix(model-selector): prevent saving empty default model
...
- throw a toast error when user is trying to click on `set as default` without actually choosing the model(s).
- feat: added hmr for local development. use `npm run dev` and you get the hmr when debugging.
2023-12-28 18:06:17 +02:00
Timothy J. Baek
1f5bfe67a1
feat: keyboard shortcuts
2023-12-28 02:46:57 -08:00
Timothy J. Baek
adb4b5d22f
feat: discord badge added to about
2023-12-27 21:13:02 -08:00