Commit graph

126 commits

Author SHA1 Message Date
Andrew Pennington
049afb6eba
Use app based route 2024-08-15 23:48:31 +01:00
Andrew Pennington
9afdecb76c
Oops 2024-08-15 23:42:34 +01:00
Andrew Pennington
631a5e3e31
Add awaits 2024-08-15 23:40:42 +01:00
Andrew Pennington
f11180db7a
Restructure 2024-08-15 23:33:01 +01:00
Andrew Pennington
293391dd20
Define as a NextJS API 2024-08-15 23:05:14 +01:00
Andrew Pennington
1b71a9cfd7
Wrong lib folder 2024-08-15 22:40:30 +01:00
Andrew Pennington
a62e39a776
Attempt trigger process call server side 2024-08-15 22:37:24 +01:00
Andrew Pennington
73bf7f3d79
Revert "Removed some of the calls to process.env; Used server props instead"
This reverts commit f51f36a411.
2024-08-15 22:29:15 +01:00
Andrew Pennington
f51f36a411
Removed some of the calls to process.env; Used server props instead 2024-08-15 22:25:00 +01:00
Andrew Pennington
376220b26e
Rename NEXT_PUBLIC_... env variables to allow reading from env at runtime 2024-08-15 20:06:40 +01:00
Andrew Pennington
834a38046f
Add import for process 2024-08-15 20:06:03 +01:00
Andrew Pennington
83acaae23b
Import process 2024-08-15 19:48:00 +01:00
ItzCrazyKns
9c1936ec2c
feat(chat-window): lint & beautify 2024-08-04 18:14:46 +05:30
ItzCrazyKns
61dfeb89b4
feat(package): bump version 2024-07-30 10:10:55 +05:30
ItzCrazyKns
c62e7f091e
feat(package): bump version 2024-07-25 20:39:43 +05:30
ItzCrazyKns
08379fcad5
feat(ws-connector): fix undefined chat model 2024-07-25 20:36:26 +05:30
ItzCrazyKns
cbce39a5dd
feat(settings): fix undefined model for custom OpenAI 2024-07-25 20:34:49 +05:30
ItzCrazyKns
27f8cfd212
feat(toast): fix theme colors 2024-07-25 20:33:56 +05:30
ItzCrazyKns
c0b3a409dd
feat(package): bump version 2024-07-20 09:27:34 +05:30
ItzCrazyKns
f02393dbe9
feat(providers): add anthropic 2024-07-15 21:20:16 +05:30
ItzCrazyKns
e1732b9bf2
feat(chat-window): fix WS connection errors 2024-07-14 12:37:36 +05:30
ItzCrazyKns
27e6f5b9e1
feat(chat-window): unselect unavailable model 2024-07-09 16:21:45 +05:30
ItzCrazyKns
80818983d8
feat(package): bump version 2024-07-03 20:49:13 +05:30
ItzCrazyKns
c74e16e01c
feat(chats): add delete functionality 2024-07-02 10:51:47 +05:30
ItzCrazyKns
c62684407d
feat(chat-window): handle notFound errors 2024-06-29 12:11:34 +05:30
ItzCrazyKns
9588eed710
feat(package): bump version 2024-06-29 11:17:29 +05:30
ItzCrazyKns
c51ec8ff0f
feat(app): implement library feature 2024-06-29 11:09:51 +05:30
ItzCrazyKns
f7d1364f30
feat(discover): remove unadded page 2024-06-28 09:34:40 +05:30
ItzCrazyKns
91bba8eaca
feat(utils): accept string in time difference 2024-06-28 09:34:03 +05:30
ItzCrazyKns
4545ff1d7d
feat(chat-window): adjust color & size 2024-06-25 16:11:39 +05:30
asifrahaman13
a152e58132 🎉 wip: implemented error state for backend socket connection and othe 2024-06-25 15:43:36 +05:30
ItzCrazyKns
9a96fd4788
feat(message-input): focus on / key 2024-06-23 10:46:22 +05:30
ItzCrazyKns
87cc86d406
feat(package): bump version 2024-06-23 09:55:25 +05:30
ItzCrazyKns
5fd64ef6e6
Merge pull request #168 from WanQuanXie/fix-ui-compile-type-error
fix(ui): ui compile fail
2024-06-23 09:42:07 +05:30
WanQuanXie
594106aea3 update(ui): remove useless imports 2024-06-07 16:39:14 +08:00
WanQuanXie
2ae5846b3d fix(ui): ui compile fail
remove both of them, a new feature is coming soon -  mobile device support setting navbar
2024-06-03 18:54:12 +08:00
ItzCrazyKns
476303f52b
feat(package): bump version 2024-06-02 14:20:23 +05:30
ItzCrazyKns
7c676479d4
feat(theme-switcher): move to settings menu 2024-06-02 12:19:53 +05:30
ItzCrazyKns
32cc430b1b
feat(chat-window): use light theme for spinner 2024-05-31 11:08:32 +05:30
ItzCrazyKns
cf0abbb9d2
feat(message-actions): move to separate components 2024-05-31 11:02:37 +05:30
ItzCrazyKns
dcbcab3122
feat(theme-components): use default exports 2024-05-31 11:02:00 +05:30
ItzCrazyKns
90f9edea95
feat(components): use arrow function 2024-05-30 21:38:37 +05:30
WanQuanXie
9e7e1d76a2 update(ui): correct SearchVideo and SearchImages plus action button hover background color 2024-05-29 14:44:25 +08:00
WanQuanXie
9a36e48de5 fix(ui): correct the dom elements' position 2024-05-29 14:31:42 +08:00
WanQuanXie
cfab91ddbf update(ui): restore both message input field dark mode background color 2024-05-29 12:22:29 +08:00
WanQuanXie
2d9ca3835e update(SettingDialog): restore SettingDialog form input and select field dark mode background color 2024-05-29 12:10:24 +08:00
WanQuanXie
f061345c74 fix(MessageBox): multi line related item text will turn the plus icon small 2024-05-28 12:48:08 +08:00
WanQuanXie
5fe08b5ec8 update(MessageBox): parsed markdown message render style fix 2024-05-28 12:45:19 +08:00
WanQuanXie
6a2f4b8ebf update(EmptyChat): EmptyChat theme switcher hide on lg screen 2024-05-28 11:29:04 +08:00
WanQuanXie
4eadc0c797 feat(EmptyChat): EmptyChat page add theme switcher 2024-05-28 11:25:31 +08:00