Commit Graph

10 Commits

Author SHA1 Message Date
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
2c5ca94b3c feat(app): lint and beautify 2024-12-05 20:19:52 +05:30
177746235a feat(providers): add gemini 2024-11-28 20:47:18 +05:30
1589f16d5a feat(providers): add displayName property 2024-09-24 22:34:43 +05:30
f02393dbe9 feat(providers): add anthropic 2024-07-15 21:20:16 +05:30
9f45ecb98d feat(providers): separate embedding providers, add custom-openai provider 2024-05-04 10:51:06 +05:30
1d344266aa feat(config): fix typo 2024-05-02 15:04:33 +05:30
f618b713af feat(chatModels): load model from localstorage 2024-05-02 12:14:26 +05:30
edc40d8fe6 feat(providers): add Groq provider 2024-05-01 19:43:06 +05:30
3ffbddd237 feat(routes): add config route 2024-04-23 16:46:14 +05:30