Commit Graph

17 Commits

Author SHA1 Message Date
76ed952aa2 fix: update LMStudio endpoint from /health to /v1/models
- Replace health check endpoint with proper model listing endpoint
- Remove workaround that returned 200 for unexpected GET /v1/health
2025-02-16 15:21:28 +04:00
5220abae05 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 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:43:13 +04:00
e9ab425cee feat(sample-config): remove unused field 2025-02-15 11:34:14 +05:30
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
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
100872f2d9 feat(docker-compose): revert network changes 2024-05-12 14:04:05 +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
9b5548e9f8 feat(sample-settings): update Ollama URL placeholder 2024-04-28 19:52:31 +05:30
0ea2bec85d feat(config): Remove preassigned values 2024-04-20 22:12:49 +05:30
95461154d0 feat(sample-config): change ULR to URL 2024-04-20 18:26:54 +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