Commit Graph

7 Commits

Author SHA1 Message Date
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
41d056e755 feat(handlers): use new custom openai 2025-02-15 11:29:08 +05:30
177746235a feat(providers): add gemini 2024-11-28 20:47:18 +05:30
f02393dbe9 feat(providers): add anthropic 2024-07-15 21:20:16 +05:30
8539ce82ad feat(providers): fix loading issues 2024-07-08 15:39:27 +05:30
3b4b8a8b02 feat(providers): add custom_openai 2024-07-08 15:24:45 +05:30
25b5dbd63e feat(providers): separate each provider 2024-07-06 14:19:33 +05:30