c2df5e47c9
refactor: remove unused deepseekChat.ts in favor
...
of reasoningChatModel.ts and messageProcessor.ts in favor of
alternaitngMessageValidator.ts
- Removed src/lib/deepseekChat.ts as it was duplicative
- All functionality is now handled by reasoningChatModel.ts
- No imports or references to deepseekChat.ts found in codebase
- Removed src/utils/messageProcessor.ts as it was duplicative
- All functionality is now handled by alternatingMessaageValidator.ts
- No imports or references messageProcessor.ts found in codebase
2025-02-28 00:02:21 +04:00
cab1aa705c
feat(settings): add new settings page
2025-02-15 11:31:08 +05:30
5cbc512322
feat(app): add auto video & image search
2025-02-15 11:29:59 +05:30
0737701de0
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2025-01-11 13:11:18 +05:30
2dc60d06e3
feat(chat-window): show settings during error on mobile
2025-01-11 13:10:10 +05:30
6d9d712790
feat(chat-window): correctly handle server side WS closure
2025-01-07 12:26:38 +05:30
99cae076a7
feat(chat-window): display toast when retried
2025-01-07 11:49:40 +05:30
b7f7d25f54
feat(chat-window): lint & beautify
2025-01-07 11:44:19 +05:30
0ec54fe6c0
feat(chat-window): remove toast
2025-01-07 11:43:54 +05:30
5526d5f60f
fix(ws-error): add exponential reconnect mechanism
2025-01-05 17:29:53 +00:00
b5acf34ef8
feat(chat-window): fix bugs handling custom openai, closes #529
2024-12-26 18:59:57 +05:30
4b89008f3a
feat(app): add file uploads
2024-11-23 15:04:19 +05:30
540f38ae68
feat(empty-chat): add settings for mobile
2024-10-30 09:14:09 +05:30
03d0ff2ca4
feat(navbar): make delete & plus button work
2024-10-29 19:59:58 +05:30
3e6e57dab0
feat(chat-window): fix rewrite, use messageID
2024-10-17 18:51:11 +05:30
3a01eebc04
feat(chat): prevent ws not open errors
2024-10-15 18:04:50 +05:30
19bf71cefc
feat(chat-window): only send init msg if ready
2024-10-15 16:21:00 +05:30
7cce853618
feat(providers): add optimization modes
2024-10-11 10:35:59 +05:30
c952469f08
feat(chaWindow): lint & beautify
2024-08-29 16:51:59 +05:30
e8ed4df31a
feat(chat-window): close socket on unmount
2024-08-28 14:27:22 +05:30
806c47e705
feat(chatwindow): fix infinite loading
2024-08-28 09:53:06 +05:30
ff34d1043f
feat(app): lint & format
2024-08-25 15:08:47 +05:30
9c1936ec2c
feat(chat-window): lint & beautify
2024-08-04 18:14:46 +05:30
08379fcad5
feat(ws-connector): fix undefined
chat model
2024-07-25 20:36:26 +05:30
e1732b9bf2
feat(chat-window): fix WS connection errors
2024-07-14 12:37:36 +05:30
27e6f5b9e1
feat(chat-window): unselect unavailable model
2024-07-09 16:21:45 +05:30
c62684407d
feat(chat-window): handle notFound errors
2024-06-29 12:11:34 +05:30
c51ec8ff0f
feat(app): implement library feature
2024-06-29 11:09:51 +05:30
4545ff1d7d
feat(chat-window): adjust color & size
2024-06-25 16:11:39 +05:30
a152e58132
🎉 wip: implemented error state for backend socket connection and othe
2024-06-25 15:43:36 +05:30
32cc430b1b
feat(chat-window): use light theme for spinner
2024-05-31 11:08:32 +05:30
3bfaf9be28
feat(app): add suggestion generation
2024-05-18 13:10:39 +05:30
3ef39c69a7
feat(chat-window): add ability to use q
query param
2024-05-11 12:09:39 +05:30
e8fe74ae7c
feat(ws-managers): implement better error handling
2024-05-06 19:59:13 +05:30
94ea6c372a
feat(chat-window): clear storage after error
2024-05-05 16:29:40 +05:30
0440a810f5
feat(http-headers): add Content-Type
2024-05-04 15:01:53 +05:30
e3fef3a1be
feat(chat-window): add error handling
2024-05-04 14:56:54 +05:30
9f45ecb98d
feat(providers): separate embedding providers, add custom-openai provider
2024-05-04 10:51:06 +05:30
f618b713af
feat(chatModels): load model from localstorage
2024-05-02 12:14:26 +05:30
d37a1a8020
feat(agents): support local LLMs
2024-04-20 11:18:52 +05:30
28a7175afc
feat(chat): Add loading for ws
2024-04-20 10:23:56 +05:30
98fae392b7
feat(focus-modes): Add focus modes
2024-04-13 12:11:47 +05:30
1c487d4224
feat(navbar): Update title and time
2024-04-09 19:10:15 +05:30
d1c74c861e
Initial commit
2024-04-09 16:21:05 +05:30