Perplexica/ui
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
..
app Discover link to new page 2024-10-20 17:23:43 -07:00
components feat: Add LM Studio Support and Thinking Model Panel 2025-01-26 18:18:35 +04:00
lib feat(video-search): handle custom OpenAI 2024-10-30 10:28:31 +05:30
public Initial commit 2024-04-09 16:21:05 +05:30
.env.example feat(app): revert port & network changes 2024-05-13 19:58:17 +05:30
.eslintrc.json Initial commit 2024-04-09 16:21:05 +05:30
.gitignore Initial commit 2024-04-09 16:21:05 +05:30
.prettierrc.js Initial commit 2024-04-09 16:21:05 +05:30
next.config.mjs Initial commit 2024-04-09 16:21:05 +05:30
package.json feat(package): bump version 2024-11-29 18:37:02 +05:30
postcss.config.js Initial commit 2024-04-09 16:21:05 +05:30
tailwind.config.ts update(ui): remove light-300 color level 2024-05-28 10:55:52 +08:00
tsconfig.json Initial commit 2024-04-09 16:21:05 +05:30
yarn.lock feat(app): add file uploads 2024-11-23 15:04:19 +05:30