ItzCrazyKns
1862491496
feat(settings): add LM Studio API URL
2025-04-12 11:59:05 +05:30
ItzCrazyKns
073b5e897c
feat(app): lint & beautify
2025-04-12 11:58:52 +05:30
haddadrm
7e1dc33a08
Implement provider formatting improvements and fix client-side compatibility
...
- Add PROVIDER_INFO metadata to each provider file with proper display names
- Create centralized PROVIDER_METADATA in index.ts for consistent reference
- Update settings UI to use provider metadata for display names
- Fix client/server compatibility for Node.js modules in config.ts
2025-04-11 19:18:19 +04:00
haddadrm
aa240009ab
Feature: Add LM Studio provider integration - Added LM Studio provider to support OpenAI compatible API - Implemented chat and embeddings model loading - Updated config to include LM Studio API endpoint
2025-04-11 19:18:19 +04:00
sjiampojamarn
41b258e4d8
Set speech message before return
2025-04-08 23:17:52 -07:00
ItzCrazyKns
da1123d84b
feat(groq): update model name
2025-04-07 23:30:51 +05:30
ItzCrazyKns
627775c430
feat(groq): remove maverick (not being run yet)
2025-04-07 23:29:51 +05:30
ItzCrazyKns
245573efca
feat(groq): update model list
2025-04-07 23:23:18 +05:30
ItzCrazyKns
3ddcceda0a
feat(gemini-provider): update embedding models
2025-04-07 10:26:29 +05:30
ItzCrazyKns
e226645bc7
feat(app): lint & beautify
2025-04-06 13:48:58 +05:30
ItzCrazyKns
5447530ece
Merge branch 'feat/deepseek-provider'
2025-04-06 13:48:10 +05:30
ItzCrazyKns
ed6d46a440
Merge branch 'pr/719'
2025-04-06 13:47:57 +05:30
ItzCrazyKns
588e68e93e
feat(providers): add deepseek provider
2025-04-06 13:37:43 +05:30
OTYAK
64e2d457cc
feat(search): add optional systemInstructions to API request body
2025-04-05 19:06:18 +01:00
ItzCrazyKns
bf705afc21
feat(message-box): change styles, lint & beautify
2025-04-05 22:32:56 +05:30
singleparadox
2e4433a6b3
feat(message-box): support [1,2,3,4] citation format instead of just [1][2][3]
2025-04-05 15:24:45 +00:00
ItzCrazyKns
09661ae11d
feat(prompts): fix typo, closes #715
2025-04-02 13:02:28 +05:30
ItzCrazyKns
7d52fbb368
feat(settings): add system instructions
2025-04-01 15:50:24 +05:30
ItzCrazyKns
4b8e0ea1aa
feat(chat-window): handle system instructions
2025-04-01 15:50:05 +05:30
ItzCrazyKns
5b1055e8c9
feat(routes): add system instructions
2025-04-01 15:49:36 +05:30
ItzCrazyKns
97e64aa65e
Merge branch 'pr/703'
2025-03-30 21:12:27 +05:30
ItzCrazyKns
90e303f737
feat(search): lint & beautify, update content type
2025-03-30 21:12:04 +05:30
ottsch
b285cb4323
Update Gemini chat models
2025-03-28 17:07:11 +01:00
OTYAK
5d60ab1139
feat(api): Switch to newline-delimited JSON streaming instead of SSE
2025-03-27 13:04:09 +01:00
OTYAK
9095996356
Merge branch 'ItzCrazyKns:master' into master
2025-03-27 13:01:09 +01:00
ItzCrazyKns
310c8a75fd
feat(routes): fix typo, closes #692
2025-03-27 11:36:58 +05:30
OTYAK
191d1dc25f
refactor(api): clean up comments and improve abort handling in search route
2025-03-26 11:32:46 +01:00
OTYAK
d3b2f8983d
feat(api): add streaming support to search route
2025-03-26 11:28:05 +01:00
ItzCrazyKns
defc677932
feat(providers): update gemini & anthropic provider
2025-03-25 22:01:24 +05:30
ItzCrazyKns
62e6c24840
feat(app): fix build errors
2025-03-20 12:47:54 +05:30
ItzCrazyKns
5c016127cb
feat(package): bump version
2025-03-20 12:41:07 +05:30
ItzCrazyKns
97804e7b4d
feat(config): remove unused vars
2025-03-20 12:30:06 +05:30
ItzCrazyKns
33b895b75e
feat(app): add search API
2025-03-20 12:29:52 +05:30
ItzCrazyKns
274e6ca88c
feat(sidebar): remove unused state
2025-03-20 11:49:00 +05:30
ItzCrazyKns
f628b6e416
feat(groq): remove deprecated model
2025-03-20 11:48:44 +05:30
ItzCrazyKns
cf7144db96
feat(providers): add HF transformers
2025-03-20 11:48:26 +05:30
ItzCrazyKns
ffa793056d
feat(chains): remove think tags
2025-03-20 11:47:54 +05:30
ItzCrazyKns
584d02b92a
feat(app): add thinking model support
2025-03-20 10:56:03 +05:30
ItzCrazyKns
008c7cbec0
feat(chat-window): remove debugging code,
2025-03-20 09:47:32 +05:30
ItzCrazyKns
217736d05a
feat(app): remove backend
2025-03-19 16:23:27 +05:30
ItzCrazyKns
a5c79c92ed
feat(settings): add embedding provider settings
2025-02-15 12:52:27 +05:30
ItzCrazyKns
811c0c6fe1
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2025-02-15 11:31:20 +05:30
ItzCrazyKns
41d056e755
feat(handlers): use new custom openai
2025-02-15 11:29:08 +05:30
ItzCrazyKns
07dc7d7649
feat(config): update config & custom openai
2025-02-15 11:26:38 +05:30
data5650
3582695054
feat: add Gemini 2.0 Flash Exp models
...
# Description
Added two new Gemini models:
- gemini-2.0-flash-exp
- gemini-2.0-flash-thinking-exp-01-21
# Changes Made
- Updated src/lib/providers/gemini.ts to include new models
- Maintained consistent configuration with existing models
# Testing
- Tested locally using Docker
- Verified models appear in UI and are selectable
- Confirmed functionality with sample queries
# Additional Notes
These models expand the available options for users who want to use the latest Gemini capabilities.
2025-02-05 00:47:34 +01:00
ItzCrazyKns
f37686189e
feat(output-parsers): add empty check
2025-01-31 17:51:16 +05:30
ItzCrazyKns
5c787bbb55
feat(app): lint & beautify
2025-01-11 13:10:23 +05:30
ItzCrazyKns
0f6b3c2e69
Merge branch 'pr/538'
2025-01-05 14:15:58 +05:30
Sainadh Devireddy
5a648f34b8
Set pageContent correctly
2025-01-04 10:36:33 -08:00
Sainadh Devireddy
d18e88acc9
Delete msgs only belonging to the chat
2024-12-27 20:55:55 -08:00