Perplexica/src
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
..
chains feat(agents): switch to MetaSearchAgent 2024-11-29 18:06:00 +05:30
db feat(app): add file uploads 2024-11-23 15:04:19 +05:30
lib feat: Add LM Studio Support and Thinking Model Panel 2025-01-26 18:18:35 +04:00
prompts feat(prompts): implement new prompt 2024-12-05 20:19:22 +05:30
routes feat: Add LM Studio Support and Thinking Model Panel 2025-01-26 18:18:35 +04:00
search Set pageContent correctly 2025-01-04 10:36:33 -08:00
utils feat(package): bump version 2024-11-29 18:37:02 +05:30
websocket feat(app): lint & beautify 2025-01-11 13:10:23 +05:30
app.ts feat(app): lint 2024-07-31 20:17:57 +05:30
config.ts feat: Add LM Studio Support and Thinking Model Panel 2025-01-26 18:18:35 +04:00