Commit graph

17 commits

Author SHA1 Message Date
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
ItzCrazyKns
db7407bfac feat(messageBox): style markdown 2024-12-05 20:19:41 +05:30
ItzCrazyKns
7c6ee2ead1 feat(video-search): handle custom OpenAI 2024-10-30 10:28:31 +05:30
ItzCrazyKns
c51ec8ff0f
feat(app): implement library feature 2024-06-29 11:09:51 +05:30
WanQuanXie
594106aea3 update(ui): remove useless imports 2024-06-07 16:39:14 +08:00
WanQuanXie
f061345c74 fix(MessageBox): multi line related item text will turn the plus icon small 2024-05-28 12:48:08 +08:00
WanQuanXie
5fe08b5ec8 update(MessageBox): parsed markdown message render style fix 2024-05-28 12:45:19 +08:00
WanQuanXie
d28cfa3319 fix(MessageBox): <code/> type message text-color adapt light mode 2024-05-28 07:47:45 +08:00
WanQuanXie
a5978d544c update(ui): re-manage theme config 2024-05-27 11:49:09 +08:00
WanQuanXie
c97a434723 fix(ui): hover style class uses 2024-05-25 07:26:51 +08:00
WanQuanXie
996cc1b674 feat: adaptive light mode 2024-05-24 21:18:10 +08:00
ItzCrazyKns
c61facef13
feat(message-box): display suggestions 2024-05-18 13:11:15 +05:30
ItzCrazyKns
c710f4f88c
feat(message-box): fix bugs 2024-05-04 10:48:42 +05:30
ItzCrazyKns
c87c2b27a9
feat(message-actions): add speak message, bump version 2024-05-03 18:25:22 +05:30
ItzCrazyKns
6e304e7051
feat(video-search): add video search 2024-04-30 14:31:32 +05:30
ItzCrazyKns
5df3c5ad8c
feat(image-search): handle chat history 2024-04-28 11:15:28 +05:30
ItzCrazyKns
d1c74c861e
Initial commit 2024-04-09 16:21:05 +05:30