Tong Li
d644652bf4
Merge 32ce39437f
into 7ec201d011
2025-02-07 15:38:49 +08:00
ItzCrazyKns
7ec201d011
Merge pull request #599 from data5650/patch-1
...
feat: add Gemini 2.0 Flash Exp models
2025-02-07 11:29:29 +05:30
litongjava
32ce39437f
feat: enable quality
2025-02-04 22:58:28 -10:00
litongjava
3afa826fb9
feat: add sources of user
2025-02-04 19:15:54 -10:00
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
litongjava
4dc5857b17
feat: add copilotEnabled and setCopilotEnabled to MesageInput
2025-02-03 15:00:06 -10:00
litongjava
c2f4fb1dc9
feat: show deepseek
2025-02-03 14:45:45 -10:00
litongjava
15f64a0ef0
feat: move up of empty chat
2025-02-03 14:35:02 -10:00
litongjava
c8a75efa27
feat: keep fouce model
2025-02-03 09:10:38 -10:00
litongjava
c3d56e5d66
feat: remove speed and show focus mode
2025-02-03 08:48:19 -10:00
litongjava
311f0e0879
fix bug: file
2025-02-03 01:27:27 -10:00
litongjava
3558dc2ed2
fetch chats with userid
2025-02-03 00:17:55 -10:00
litongjava
66b48146a3
change to search
2025-02-02 16:54:31 -10:00
litongjava
144bf81533
add DeepSeek
2025-02-02 16:53:40 -10:00
litongjava
7733b663d4
add math and translator
2025-02-02 16:38:57 -10:00
litongjava
5f672eaa66
remove userId
2025-02-02 16:09:59 -10:00
litongjava
969f01e275
crrect userId
2025-02-02 16:04:59 -10:00
litongjava
f714645b0c
update fallbackId
2025-02-02 15:42:08 -10:00
litongjava
1a8f59e92b
add userId
2025-02-02 15:38:24 -10:00
litongjava
ee659d9e13
add mcId
2025-02-02 15:13:27 -10:00
litongjava
e023e5bc44
change default theme to light
2025-02-02 15:10:15 -10:00
ItzCrazyKns
46541e6c0c
feat(package): update markdown-to-jsx
version
2025-02-02 14:31:18 +05:30
ItzCrazyKns
f37686189e
feat(output-parsers): add empty check
2025-01-31 17:51:16 +05:30
ItzCrazyKns
0737701de0
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2025-01-11 13:11:18 +05:30
ItzCrazyKns
5c787bbb55
feat(app): lint & beautify
2025-01-11 13:10:23 +05:30
ItzCrazyKns
2dc60d06e3
feat(chat-window): show settings during error on mobile
2025-01-11 13:10:10 +05:30
ItzCrazyKns
ec90ea1686
Merge pull request #531 from hacking-racoon/feat/video-slide-stop
...
feat(SearchVideos): modify Lightbox to pause the prev video when sliding
2025-01-07 12:47:38 +05:30
ItzCrazyKns
01230bf1c5
Merge pull request #555 from realies/fix/ws-reconnect
...
fix(ws-error): add exponential reconnect mechanism
2025-01-07 12:32:06 +05:30
ItzCrazyKns
6d9d712790
feat(chat-window): correctly handle server side WS closure
2025-01-07 12:26:38 +05:30
ItzCrazyKns
99cae076a7
feat(chat-window): display toast when retried
2025-01-07 11:49:40 +05:30
ItzCrazyKns
b7f7d25f54
feat(chat-window): lint & beautify
2025-01-07 11:44:19 +05:30
ItzCrazyKns
0ec54fe6c0
feat(chat-window): remove toast
2025-01-07 11:43:54 +05:30
realies
5526d5f60f
fix(ws-error): add exponential reconnect mechanism
2025-01-05 17:29:53 +00:00
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
ItzCrazyKns
b5acf34ef8
feat(chat-window): fix bugs handling custom openai, closes #529
2024-12-26 18:59:57 +05:30
hacking-racoon
d30f714930
feat(SearchVideos): Modify Lightbox to pause the prev video when moving to next one, preventing interference with new video.
2024-12-25 15:19:23 +09:00
ItzCrazyKns
ee68095157
Merge pull request #523 from bart-jaskulski/groq-models
...
Update available models from Groq provider
2024-12-21 18:08:40 +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
c3a231a528
feat(readme): add discord server
2024-12-16 20:59:21 +05:30
ItzCrazyKns
f30a61c4aa
feat(metaSearchAgent): handle undefined
content for YT. search
2024-12-16 18:24:01 +05:30
ItzCrazyKns
ea74e3013c
Merge pull request #519 from yslinear/hotfix
...
feat(anthropic): update chat models to include Claude 3.5 Haiku and new version for Sonnet
2024-12-15 21:32:49 +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
db7407bfac
feat(messageBox): style markdown
2024-12-05 20:19:41 +05:30
ItzCrazyKns
5b3e8a3214
feat(prompts): implement new prompt
2024-12-05 20:19:22 +05:30