Perplexica/ui/components
haddadrm 6edac6938c feat: Add LM Studio Support and Thinking Model Panel
LM Studio Integration:
- Added LM Studio provider with OpenAI-compatible API support
- Dynamic model discovery via /v1/models endpoint
- Support for both chat and embeddings models
- Docker-compatible networking configuration

Thinking Model Panel:
- Added collapsible UI panel for model's chain of thought
- Parses responses with <think> tags to separate reasoning
- Maintains backward compatibility with regular responses
- Styled consistently with app theme for light/dark modes
- Preserves all existing message functionality (sources, markdown, etc.)

These improvements enhance the app's compatibility with local LLMs and
provide better visibility into model reasoning processes while maintaining
existing functionality.
2025-01-26 18:18:35 +04:00
..
MessageActions update(ui): re-manage theme config 2024-05-27 11:49:09 +08:00
MessageInputActions feat(focus): only icon on small devices 2024-11-30 20:58:11 +05:30
theme update(ui): remove useless imports 2024-06-07 16:39:14 +08:00
Chat.tsx feat(app): add file uploads 2024-11-23 15:04:19 +05:30
ChatWindow.tsx Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica 2025-01-11 13:11:18 +05:30
DeleteChat.tsx feat(delete-chat): use window.location to refresh page 2024-10-30 09:11:48 +05:30
EmptyChat.tsx feat(app): add file uploads 2024-11-23 15:04:19 +05:30
EmptyChatMessageInput.tsx feat(app): add file uploads 2024-11-23 15:04:19 +05:30
Layout.tsx update(ui): re-manage theme config 2024-05-27 11:49:09 +08:00
MessageBox.tsx feat: Add LM Studio Support and Thinking Model Panel 2025-01-26 18:18:35 +04:00
MessageBoxLoading.tsx feat(app): implement library feature 2024-06-29 11:09:51 +05:30
MessageInput.tsx feat(app): add file uploads 2024-11-23 15:04:19 +05:30
MessageSources.tsx feat(app): add file uploads 2024-11-23 15:04:19 +05:30
Navbar.tsx feat(navbar): remove comments 2024-10-29 20:00:31 +05:30
SearchImages.tsx feat(video-search): handle custom OpenAI 2024-10-30 10:28:31 +05:30
SearchVideos.tsx feat(SearchVideos): Modify Lightbox to pause the prev video when moving to next one, preventing interference with new video. 2024-12-25 15:19:23 +09:00
SettingsDialog.tsx feat(providers): add gemini 2024-11-28 20:47:18 +05:30
Sidebar.tsx feat(app): implement library feature 2024-06-29 11:09:51 +05:30