Commit Graph

7 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
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
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
fcff93a594 feat(message-actions): update rewrite button 2024-05-18 13:10:54 +05:30
d1c74c861e Initial commit 2024-04-09 16:21:05 +05:30