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
5c787bbb55
feat(app): lint & beautify
2025-01-11 13:10:23 +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
01230bf1c5
Merge pull request #555 from realies/fix/ws-reconnect
...
fix(ws-error): add exponential reconnect mechanism
2025-01-07 12:32:06 +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
0f6b3c2e69
Merge branch 'pr/538'
2025-01-05 14:15:58 +05:30
Sainadh Devireddy
5a648f34b8
Set pageContent correctly
2025-01-04 10:36:33 -08:00
Sainadh Devireddy
d18e88acc9
Delete msgs only belonging to the chat
2024-12-27 20:55:55 -08:00
ItzCrazyKns
409c811a42
feat(ollama): use axios instead of fetch
2024-12-26 19:02:20 +05:30
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
ee68095157
Merge pull request #523 from bart-jaskulski/groq-models
...
Update available models from Groq provider
2024-12-21 18:08:40 +05:30
Bart Jaskulski
960e34aa3d
Add Llama 3.3 model from Groq
...
Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com>
2024-12-19 08:07:36 +01:00
Bart Jaskulski
4cb38148b3
Remove deprecated Groq models
...
Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com>
2024-12-19 08:07:14 +01:00
ItzCrazyKns
c755f98230
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2024-12-18 19:42:28 +05:30
ItzCrazyKns
c3a231a528
feat(readme): add discord server
2024-12-16 20:59:21 +05:30
ItzCrazyKns
f30a61c4aa
feat(metaSearchAgent): handle undefined
content for YT. search
2024-12-16 18:24:01 +05:30
ItzCrazyKns
ea74e3013c
Merge pull request #519 from yslinear/hotfix
...
feat(anthropic): update chat models to include Claude 3.5 Haiku and new version for Sonnet
2024-12-15 21:32:49 +05:30
Ying-Shan Lin
1c3c689039
feat(anthropic): update chat models to include Claude 3.5 Haiku and new version for Sonnet
2024-12-13 17:24:15 +08:00
ItzCrazyKns
2c5ca94b3c
feat(app): lint and beautify
2024-12-05 20:19:52 +05:30
ItzCrazyKns
db7407bfac
feat(messageBox): style markdown
2024-12-05 20:19:41 +05:30
ItzCrazyKns
5b3e8a3214
feat(prompts): implement new prompt
2024-12-05 20:19:22 +05:30
ItzCrazyKns
d79d854e2d
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2024-12-02 21:08:06 +05:30
ItzCrazyKns
8cb74f1964
feat(contribution): update guidelines
2024-12-02 21:07:59 +05:30
ItzCrazyKns
f88912784b
Merge pull request #466 from timoa/fix/docs-markdown-lint
...
📚 chore(docs): fix Markdown lint issues in the docs
2024-12-01 21:05:23 +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
fdb3d09d12
Merge branch 'feat/single-search'
2024-11-29 18:07:33 +05:30
ItzCrazyKns
dc4a843d8a
feat(agents): switch to MetaSearchAgent
2024-11-29 18:06:00 +05:30
ItzCrazyKns
92f66266b0
feat(agents): add a unified agent
2024-11-29 18:05:28 +05:30
ItzCrazyKns
177746235a
feat(providers): add gemini
2024-11-28 20:47:18 +05:30
ItzCrazyKns
ecad065577
feat(searchAgent): handle empty fileIds
2024-11-27 15:13:46 +05:30
ItzCrazyKns
64ee19c70a
feat(messageHandler): switch to webSearch mode if files
2024-11-25 12:34:37 +05:30
ItzCrazyKns
be745501aa
feat(package): bump version
2024-11-25 12:23:23 +05:30
ItzCrazyKns
aa176c12f6
Merge pull request #484 from ItzCrazyKns/feat/uploads
...
Add file uploads
2024-11-24 20:29:46 +05:30
ItzCrazyKns
4b89008f3a
feat(app): add file uploads
2024-11-23 15:04:19 +05:30
ItzCrazyKns
c650d1c3d9
feat(ollama): add keep_alive param
2024-11-20 19:11:47 +05:30
ItzCrazyKns
874505cd0e
feat(package): bump version
2024-11-19 16:32:30 +05:30
ItzCrazyKns
b4a80d8ca0
feat(dockerfile): downgrade node version, closes #473
2024-11-19 14:40:24 +05:30
ItzCrazyKns
c7bab91803
feat(webSearchAgent): prevent excess results
2024-11-19 10:43:50 +05:30
ItzCrazyKns
a58adbfecc
Update README.md
2024-11-17 23:01:24 +05:30
ItzCrazyKns
9e746aea5e
feat(readme): remove ?
from image URL
2024-11-17 23:01:02 +05:30
ItzCrazyKns
5e1331144a
feat(readme): update readme cache
2024-11-17 22:59:29 +05:30
ItzCrazyKns
d789c970b1
feat(assets): update screenshot
2024-11-17 22:55:57 +05:30