Commit Graph

14 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
07dc7d7649 feat(config): update config & custom openai 2025-02-15 11:26:38 +05:30
177746235a feat(providers): add gemini 2024-11-28 20:47:18 +05:30
c650d1c3d9 feat(ollama): add keep_alive param 2024-11-20 19:11:47 +05:30
1fcd64ad42 feat(docker-file): use SearXNG URL from env 2024-09-05 18:40:07 +05:30
f02393dbe9 feat(providers): add anthropic 2024-07-15 21:20:16 +05:30
0993c5a760 feat(app): revert port & network changes 2024-05-13 19:58:17 +05:30
9816eb1d36 feat(server): add bind address 2024-05-12 12:15:25 +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
7653eaf146 feat(config): avoid updating blank fields 2024-04-23 16:54:39 +05:30
a86378e726 feat(config): add updateConfig method 2024-04-23 16:45:14 +05:30
d37a1a8020 feat(agents): support local LLMs 2024-04-20 11:18:52 +05:30
c6a5790d33 feat(config): Use toml instead of env 2024-04-20 09:32:19 +05:30