Commit Graph

125 Commits

Author SHA1 Message Date
5220abae05 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 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-02-16 02:43:13 +04:00
9668056554 save current changes 2025-02-16 02:34:21 +04:00
1d6ab2c90c 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-02-16 02:33:45 +04:00
cab1aa705c feat(settings): add new settings page 2025-02-15 11:31:08 +05:30
5cbc512322 feat(app): add auto video & image search 2025-02-15 11:29:59 +05:30
0737701de0 Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica 2025-01-11 13:11:18 +05:30
2dc60d06e3 feat(chat-window): show settings during error on mobile 2025-01-11 13:10:10 +05:30
ec90ea1686 Merge pull request #531 from hacking-racoon/feat/video-slide-stop
feat(SearchVideos): modify Lightbox to pause the prev video when sliding
2025-01-07 12:47:38 +05:30
6d9d712790 feat(chat-window): correctly handle server side WS closure 2025-01-07 12:26:38 +05:30
99cae076a7 feat(chat-window): display toast when retried 2025-01-07 11:49:40 +05:30
b7f7d25f54 feat(chat-window): lint & beautify 2025-01-07 11:44:19 +05:30
0ec54fe6c0 feat(chat-window): remove toast 2025-01-07 11:43:54 +05:30
5526d5f60f fix(ws-error): add exponential reconnect mechanism 2025-01-05 17:29:53 +00:00
b5acf34ef8 feat(chat-window): fix bugs handling custom openai, closes #529 2024-12-26 18:59:57 +05:30
d30f714930 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
db7407bfac feat(messageBox): style markdown 2024-12-05 20:19:41 +05:30
e08d864445 feat(focus): only icon on small devices 2024-11-30 20:58:11 +05:30
177746235a feat(providers): add gemini 2024-11-28 20:47:18 +05:30
4b89008f3a feat(app): add file uploads 2024-11-23 15:04:19 +05:30
7c01d2656e fix(EmptyChatMessageInput): focus on mount 2024-11-04 22:00:08 -06:00
7c6ee2ead1 feat(video-search): handle custom OpenAI 2024-10-30 10:28:31 +05:30
540f38ae68 feat(empty-chat): add settings for mobile 2024-10-30 09:14:09 +05:30
f1c0b5435b feat(delete-chat): use window.location to refresh page 2024-10-30 09:11:48 +05:30
b33e5fefba feat(navbar): remove comments 2024-10-29 20:00:31 +05:30
03d0ff2ca4 feat(navbar): make delete & plus button work 2024-10-29 19:59:58 +05:30
8057f28b20 feat(settings): handle no models 2024-10-18 17:07:09 +05:30
3e6e57dab0 feat(chat-window): fix rewrite, use messageID 2024-10-17 18:51:11 +05:30
3a01eebc04 feat(chat): prevent ws not open errors 2024-10-15 18:04:50 +05:30
19bf71cefc feat(chat-window): only send init msg if ready 2024-10-15 16:21:00 +05:30
7cce853618 feat(providers): add optimization modes 2024-10-11 10:35:59 +05:30
877735b852 feat(package): update headlessui 2024-10-11 10:35:33 +05:30
1589f16d5a feat(providers): add displayName property 2024-09-24 22:34:43 +05:30
40f551c426 feat(search-button): add empty check 2024-09-15 10:16:20 +05:30
c4f52adb45 feat(textarea): handle "/" keys 2024-09-02 11:44:40 +05:30
c952469f08 feat(chaWindow): lint & beautify 2024-08-29 16:51:59 +05:30
e8ed4df31a feat(chat-window): close socket on unmount 2024-08-28 14:27:22 +05:30
806c47e705 feat(chatwindow): fix infinite loading 2024-08-28 09:53:06 +05:30
ff34d1043f feat(app): lint & format 2024-08-25 15:08:47 +05:30
9c1936ec2c feat(chat-window): lint & beautify 2024-08-04 18:14:46 +05:30
08379fcad5 feat(ws-connector): fix undefined chat model 2024-07-25 20:36:26 +05:30
cbce39a5dd feat(settings): fix undefined model for custom OpenAI 2024-07-25 20:34:49 +05:30
f02393dbe9 feat(providers): add anthropic 2024-07-15 21:20:16 +05:30
e1732b9bf2 feat(chat-window): fix WS connection errors 2024-07-14 12:37:36 +05:30
27e6f5b9e1 feat(chat-window): unselect unavailable model 2024-07-09 16:21:45 +05:30
c74e16e01c feat(chats): add delete functionality 2024-07-02 10:51:47 +05:30
c62684407d feat(chat-window): handle notFound errors 2024-06-29 12:11:34 +05:30
c51ec8ff0f feat(app): implement library feature 2024-06-29 11:09:51 +05:30
4545ff1d7d feat(chat-window): adjust color & size 2024-06-25 16:11:39 +05:30
a152e58132 🎉 wip: implemented error state for backend socket connection and othe 2024-06-25 15:43:36 +05:30
9a96fd4788 feat(message-input): focus on / key 2024-06-23 10:46:22 +05:30