Commit Graph

20 Commits

Author SHA1 Message Date
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
18f627b1af Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica 2025-02-26 21:08:12 +04:00
a6e4402616 Add DeepSeek and LMStudio providers
- Integrate DeepSeek and LMStudio AI providers
- Add message processing utilities for improved handling
- Implement reasoning panel for message actions
- Add logging functionality to UI
- Update configurations and dependencies
2025-02-25 08:53:53 +04:00
2e166c217b fix(MessageBox): break too long message title 2025-02-19 10:34:51 +08:00
db7407bfac feat(messageBox): style markdown 2024-12-05 20:19:41 +05:30
7c6ee2ead1 feat(video-search): handle custom OpenAI 2024-10-30 10:28:31 +05:30
c51ec8ff0f feat(app): implement library feature 2024-06-29 11:09:51 +05:30
594106aea3 update(ui): remove useless imports 2024-06-07 16:39:14 +08:00
f061345c74 fix(MessageBox): multi line related item text will turn the plus icon small 2024-05-28 12:48:08 +08:00
5fe08b5ec8 update(MessageBox): parsed markdown message render style fix 2024-05-28 12:45:19 +08:00
d28cfa3319 fix(MessageBox): <code/> type message text-color adapt light mode 2024-05-28 07:47:45 +08:00
a5978d544c update(ui): re-manage theme config 2024-05-27 11:49:09 +08:00
c97a434723 fix(ui): hover style class uses 2024-05-25 07:26:51 +08:00
996cc1b674 feat: adaptive light mode 2024-05-24 21:18:10 +08:00
c61facef13 feat(message-box): display suggestions 2024-05-18 13:11:15 +05:30
c710f4f88c feat(message-box): fix bugs 2024-05-04 10:48:42 +05:30
c87c2b27a9 feat(message-actions): add speak message, bump version 2024-05-03 18:25:22 +05:30
6e304e7051 feat(video-search): add video search 2024-04-30 14:31:32 +05:30
5df3c5ad8c feat(image-search): handle chat history 2024-04-28 11:15:28 +05:30
d1c74c861e Initial commit 2024-04-09 16:21:05 +05:30