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
Willie Zutz
467905d9f2
Added compact mode for more concise answers.
...
Made optimization mode persist between page refreshes.
Added mode switcher to chat so it can be changed while researching.
2025-02-16 15:02:05 -07:00
Willie Zutz
2bdcbf20fb
User customizable context window for ollama models.
2025-02-15 16:03:24 -07:00
wellCh4n
8aaee2c40c
feat(app): support complex title
2025-02-15 16:48:21 +08:00
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
ItzCrazyKns
409c811a42
feat(ollama): use axios instead of fetch
2024-12-26 19:02:20 +05:30
Bart Jaskulski
960e34aa3d
Add Llama 3.3 model from Groq
...
Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com >
2024-12-19 08:07:36 +01:00
Bart Jaskulski
4cb38148b3
Remove deprecated Groq models
...
Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com >
2024-12-19 08:07:14 +01:00
ItzCrazyKns
c755f98230
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2024-12-18 19:42:28 +05:30
ItzCrazyKns
f30a61c4aa
feat(metaSearchAgent): handle undefined
content for YT. search
2024-12-16 18:24:01 +05:30
Ying-Shan Lin
1c3c689039
feat(anthropic): update chat models to include Claude 3.5 Haiku and new version for Sonnet
2024-12-13 17:24:15 +08:00
ItzCrazyKns
2c5ca94b3c
feat(app): lint and beautify
2024-12-05 20:19:52 +05:30
ItzCrazyKns
5b3e8a3214
feat(prompts): implement new prompt
2024-12-05 20:19:22 +05:30
ItzCrazyKns
e4a0799503
feat(package): bump version
2024-11-29 18:37:02 +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
92f66266b0
feat(agents): add a unified agent
2024-11-29 18:05:28 +05:30
ItzCrazyKns
177746235a
feat(providers): add gemini
2024-11-28 20:47:18 +05:30
ItzCrazyKns
ecad065577
feat(searchAgent): handle empty fileIds
2024-11-27 15:13:46 +05:30
ItzCrazyKns
64ee19c70a
feat(messageHandler): switch to webSearch mode if files
2024-11-25 12:34:37 +05:30
ItzCrazyKns
4b89008f3a
feat(app): add file uploads
2024-11-23 15:04:19 +05:30
ItzCrazyKns
c650d1c3d9
feat(ollama): add keep_alive param
2024-11-20 19:11:47 +05:30
ItzCrazyKns
c7bab91803
feat(webSearchAgent): prevent excess results
2024-11-19 10:43:50 +05:30
ItzCrazyKns
012dfa5a74
feat(listLineOutputParser): handle unclosed tags
2024-10-30 10:29:21 +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
8fe1b7c5e3
feat(webSearchAgent): revert prompt
2024-10-18 12:01:56 +05:30
ItzCrazyKns
6e0d3baef6
feat(dockerfile): update docker image
2024-10-18 11:50:56 +05:30
ItzCrazyKns
54e0bb317a
feat(groq): update deprecated models
2024-10-18 11:05:57 +05:30
ItzCrazyKns
5aad2febda
feat(messageHandler): fix duplicate messageIDs
2024-10-17 18:50:43 +05:30