Perplexica/ui
haddadrm 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
..
app refactor: remove unused deepseekChat.ts in favor 2025-02-28 00:02:21 +04:00
components refactor: remove unused deepseekChat.ts in favor 2025-02-28 00:02:21 +04:00
lib Implemented a solution to properly format provider 2025-02-26 07:32:48 +04:00
public Initial commit 2024-04-09 16:21:05 +05:30
.env.example feat(app): revert port & network changes 2024-05-13 19:58:17 +05:30
.eslintrc.json Initial commit 2024-04-09 16:21:05 +05:30
.gitignore Initial commit 2024-04-09 16:21:05 +05:30
.prettierrc.js Initial commit 2024-04-09 16:21:05 +05:30
next.config.mjs Initial commit 2024-04-09 16:21:05 +05:30
package-lock.json Add DeepSeek and LMStudio providers 2025-02-25 08:53:53 +04:00
package.json feat(package): bump version 2025-02-15 12:12:57 +05:30
postcss.config.js Initial commit 2024-04-09 16:21:05 +05:30
tailwind.config.ts update(ui): remove light-300 color level 2024-05-28 10:55:52 +08:00
tsconfig.json Add DeepSeek and LMStudio providers 2025-02-25 08:53:53 +04:00
yarn.lock Add DeepSeek and LMStudio providers 2025-02-25 08:53:53 +04:00