haddadrm
0d7d5940c1
Merge 6edac6938c
into 7ec201d011
2025-02-07 15:38:49 +08:00
ItzCrazyKns
46541e6c0c
feat(package): update markdown-to-jsx
version
2025-02-02 14:31:18 +05:30
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
0737701de0
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2025-01-11 13:11:18 +05:30
ItzCrazyKns
2dc60d06e3
feat(chat-window): show settings during error on mobile
2025-01-11 13:10:10 +05:30
ItzCrazyKns
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
ItzCrazyKns
6d9d712790
feat(chat-window): correctly handle server side WS closure
2025-01-07 12:26:38 +05:30
ItzCrazyKns
99cae076a7
feat(chat-window): display toast when retried
2025-01-07 11:49:40 +05:30
ItzCrazyKns
b7f7d25f54
feat(chat-window): lint & beautify
2025-01-07 11:44:19 +05:30
ItzCrazyKns
0ec54fe6c0
feat(chat-window): remove toast
2025-01-07 11:43:54 +05:30
realies
5526d5f60f
fix(ws-error): add exponential reconnect mechanism
2025-01-05 17:29:53 +00:00
ItzCrazyKns
b5acf34ef8
feat(chat-window): fix bugs handling custom openai, closes #529
2024-12-26 18:59:57 +05:30
hacking-racoon
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
ItzCrazyKns
db7407bfac
feat(messageBox): style markdown
2024-12-05 20:19:41 +05:30
ItzCrazyKns
e08d864445
feat(focus): only icon on small devices
2024-11-30 20:58:11 +05:30
ItzCrazyKns
e4a0799503
feat(package): bump version
2024-11-29 18:37:02 +05:30
ItzCrazyKns
177746235a
feat(providers): add gemini
2024-11-28 20:47:18 +05:30
ItzCrazyKns
be745501aa
feat(package): bump version
2024-11-25 12:23:23 +05:30
ItzCrazyKns
4b89008f3a
feat(app): add file uploads
2024-11-23 15:04:19 +05:30
ItzCrazyKns
874505cd0e
feat(package): bump version
2024-11-19 16:32:30 +05:30
ItzCrazyKns
e699cb2921
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2024-11-17 19:49:22 +05:30
ItzCrazyKns
03eed9693b
Merge branch 'pr/451'
2024-11-17 19:48:56 +05:30
ItzCrazyKns
011570dd9b
Merge pull request #421 from sjiampojamarn/discover-nit
...
Make Discover link to a new tab
2024-11-17 19:40:05 +05:30
ItzCrazyKns
a1a7470ca6
feat(package): update markdown-to-jsx
2024-11-14 13:35:10 +05:30
Sharun
7c01d2656e
fix(EmptyChatMessageInput): focus on mount
2024-11-04 22:00:08 -06:00
ItzCrazyKns
1e99fe8d69
feat(package): bump version
2024-10-31 11:08:49 +05:30
ItzCrazyKns
7c6ee2ead1
feat(video-search): handle custom OpenAI
2024-10-30 10:28:31 +05:30
ItzCrazyKns
540f38ae68
feat(empty-chat): add settings for mobile
2024-10-30 09:14:09 +05:30
ItzCrazyKns
f1c0b5435b
feat(delete-chat): use window.location
to refresh page
2024-10-30 09:11:48 +05:30
ItzCrazyKns
b33e5fefba
feat(navbar): remove comments
2024-10-29 20:00:31 +05:30
ItzCrazyKns
03d0ff2ca4
feat(navbar): make delete & plus button work
2024-10-29 19:59:58 +05:30
sjiampojamarn
687cbb365f
Discover link to new page
2024-10-20 17:23:43 -07:00
ItzCrazyKns
dfb532e4d3
feat(package): bump version
2024-10-18 18:45:23 +05:30
ItzCrazyKns
8057f28b20
feat(settings): handle no models
2024-10-18 17:07:09 +05:30
ItzCrazyKns
3e6e57dab0
feat(chat-window): fix rewrite, use messageID
2024-10-17 18:51:11 +05:30
ItzCrazyKns
3a01eebc04
feat(chat): prevent ws not open errors
2024-10-15 18:04:50 +05:30
ItzCrazyKns
7532c436db
feat(package): bump version
2024-10-15 16:23:13 +05:30
ItzCrazyKns
9db847c366
feat(library): enhance UI
2024-10-15 16:21:15 +05:30
ItzCrazyKns
19bf71cefc
feat(chat-window): only send init msg if ready
2024-10-15 16:21:00 +05:30
ItzCrazyKns
61c0347ef2
feat(app): add discover
2024-10-15 16:20:45 +05:30
ItzCrazyKns
7cce853618
feat(providers): add optimization modes
2024-10-11 10:35:59 +05:30
ItzCrazyKns
877735b852
feat(package): update headlessui
2024-10-11 10:35:33 +05:30
ItzCrazyKns
1cfa3398a3
feat(package): bump version
2024-09-25 16:54:44 +05:30
ItzCrazyKns
1589f16d5a
feat(providers): add displayName
property
2024-09-24 22:34:43 +05:30
ItzCrazyKns
40f551c426
feat(search-button): add empty check
2024-09-15 10:16:20 +05:30
ItzCrazyKns
c4f52adb45
feat(textarea): handle "/" keys
2024-09-02 11:44:40 +05:30
ItzCrazyKns
c952469f08
feat(chaWindow): lint & beautify
2024-08-29 16:51:59 +05:30
ItzCrazyKns
e8ed4df31a
feat(chat-window): close socket on unmount
2024-08-28 14:27:22 +05:30
ItzCrazyKns
2873093fee
feat(package): bump version
2024-08-28 10:00:05 +05:30
ItzCrazyKns
806c47e705
feat(chatwindow): fix infinite loading
2024-08-28 09:53:06 +05:30