Commit graph

26 commits

Author SHA1 Message Date
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
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
08379fcad5
feat(ws-connector): fix undefined chat model 2024-07-25 20:36:26 +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
c62684407d
feat(chat-window): handle notFound errors 2024-06-29 12:11:34 +05:30
ItzCrazyKns
c51ec8ff0f
feat(app): implement library feature 2024-06-29 11:09:51 +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
32cc430b1b
feat(chat-window): use light theme for spinner 2024-05-31 11:08:32 +05:30
ItzCrazyKns
3bfaf9be28
feat(app): add suggestion generation 2024-05-18 13:10:39 +05:30
ItzCrazyKns
3ef39c69a7
feat(chat-window): add ability to use q query param 2024-05-11 12:09:39 +05:30
ItzCrazyKns
e8fe74ae7c
feat(ws-managers): implement better error handling 2024-05-06 19:59:13 +05:30
ItzCrazyKns
94ea6c372a
feat(chat-window): clear storage after error 2024-05-05 16:29:40 +05:30
ItzCrazyKns
0440a810f5
feat(http-headers): add Content-Type 2024-05-04 15:01:53 +05:30
ItzCrazyKns
e3fef3a1be
feat(chat-window): add error handling 2024-05-04 14:56:54 +05:30
ItzCrazyKns
9f45ecb98d
feat(providers): separate embedding providers, add custom-openai provider 2024-05-04 10:51:06 +05:30
ItzCrazyKns
f618b713af
feat(chatModels): load model from localstorage 2024-05-02 12:14:26 +05:30
ItzCrazyKns
d37a1a8020
feat(agents): support local LLMs 2024-04-20 11:18:52 +05:30
ItzCrazyKns
28a7175afc
feat(chat): Add loading for ws 2024-04-20 10:23:56 +05:30
ItzCrazyKns
98fae392b7
feat(focus-modes): Add focus modes 2024-04-13 12:11:47 +05:30
ItzCrazyKns
1c487d4224
feat(navbar): Update title and time 2024-04-09 19:10:15 +05:30
ItzCrazyKns
d1c74c861e
Initial commit 2024-04-09 16:21:05 +05:30