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
ItzCrazyKns
2c5ca94b3c
feat(app): lint and beautify
2024-12-05 20:19:52 +05:30
ItzCrazyKns
fdb3d09d12
Merge branch 'feat/single-search'
2024-11-29 18:07:33 +05:30
ItzCrazyKns
dc4a843d8a
feat(agents): switch to MetaSearchAgent
2024-11-29 18:06:00 +05:30
ItzCrazyKns
177746235a
feat(providers): add gemini
2024-11-28 20:47:18 +05:30
ItzCrazyKns
4b89008f3a
feat(app): add file uploads
2024-11-23 15:04:19 +05:30
ItzCrazyKns
65d057a05e
feat(suggestions): handle custom OpenAI
2024-10-30 10:29:06 +05:30
ItzCrazyKns
3e7645614f
feat(image-search): handle custom OpenAI
2024-10-30 10:28:40 +05:30
ItzCrazyKns
7c6ee2ead1
feat(video-search): handle custom OpenAI
2024-10-30 10:28:31 +05:30
ItzCrazyKns
b9509a5d41
feat(app): lint & beautify
2024-10-15 16:21:29 +05:30
ItzCrazyKns
61c0347ef2
feat(app): add discover
2024-10-15 16:20:45 +05:30
ItzCrazyKns
0a7167eb04
feat(search-api): add optimizationMode
2024-10-11 10:54:08 +05:30
ItzCrazyKns
ead2d98a9f
feat(search): update types
2024-09-25 16:54:19 +05:30
ItzCrazyKns
2785cdd97a
feat(routes): add search route
2024-09-25 15:27:48 +05:30
ItzCrazyKns
1589f16d5a
feat(providers): add displayName
property
2024-09-24 22:34:43 +05:30
ItzCrazyKns
f02393dbe9
feat(providers): add anthropic
2024-07-15 21:20:16 +05:30
ItzCrazyKns
c74e16e01c
feat(chats): add delete functionality
2024-07-02 10:51:47 +05:30
ItzCrazyKns
7d2344dc85
feat(chats): remove comment
2024-06-29 11:11:10 +05:30
ItzCrazyKns
d806c7e581
feat(app): add chats route
2024-06-29 11:09:13 +05:30
ItzCrazyKns
d04ba91c85
feat(routes): use coalescing operator
2024-05-22 10:45:16 +05:30
ItzCrazyKns
09463999c2
feat(routes): add suggestions route
2024-05-09 20:42:03 +05:30
ItzCrazyKns
9f45ecb98d
feat(providers): separate embedding providers, add custom-openai provider
2024-05-04 10:51:06 +05:30
ItzCrazyKns
1d344266aa
feat(config): fix typo
2024-05-02 15:04:33 +05:30
ItzCrazyKns
f618b713af
feat(chatModels): load model from localstorage
2024-05-02 12:14:26 +05:30
ItzCrazyKns
edc40d8fe6
feat(providers): add Groq provider
2024-05-01 19:43:06 +05:30
ItzCrazyKns
6e304e7051
feat(video-search): add video search
2024-04-30 14:31:32 +05:30
ItzCrazyKns
aae85cd767
feat(logging): add logger
2024-04-30 12:18:18 +05:30
ItzCrazyKns
5df3c5ad8c
feat(image-search): handle chat history
2024-04-28 11:15:28 +05:30
ItzCrazyKns
3ffbddd237
feat(routes): add config route
2024-04-23 16:46:14 +05:30
ItzCrazyKns
5924690df2
feat(image-search): Use LLM from config
2024-04-20 22:12:07 +05:30
ItzCrazyKns
c6a5790d33
feat(config): Use toml instead of env
2024-04-20 09:32:19 +05:30
ItzCrazyKns
d1c74c861e
Initial commit
2024-04-09 16:21:05 +05:30