ItzCrazyKns
bd8e3dfa2e
feat(tailwind-config): update theme
2025-09-25 18:53:34 +05:30
ItzCrazyKns
9c6e42f7d8
Merge branch 'master' of https://github.com/ItzCrazyKns/Perplexica
2025-09-25 18:48:27 +05:30
ItzCrazyKns
8dc24c2d1a
Merge pull request #877 from ramkrishna2910/lemonade
...
Lemonade integration to run local LLMs with NPU and GPU acceleration
2025-09-18 21:15:20 +05:30
Ramakrishnan Sivakumar
8afcdd044c
Update readme
2025-09-17 12:54:59 -07:00
Ramakrishnan Sivakumar
5b12e99335
update docs
2025-09-17 12:53:11 -07:00
Ramakrishnan Sivakumar
5b5e83a3a0
Add lemonade integration
2025-09-17 12:28:02 -07:00
ItzCrazyKns
6dd33aa33c
Merge pull request #876 from fizikiukas/patch-1
...
Add deployment badge for Hostinger
2025-09-17 23:44:00 +05:30
Valentinas Čirba
e705952503
Add deployment badge for Hostinger
2025-09-17 18:16:35 +03:00
ItzCrazyKns
b8e4152e77
Merge pull request #857 from skoved/fix-light-mode
...
make file icon in attachment modal in chat page fit light theme better
2025-09-12 21:16:46 +05:30
ItzCrazyKns
c8ac9279bd
Merge pull request #866 from agungbesti/feat/add-openai-models
...
feat: add new OpenAI models with proper temperature parameter handling
2025-09-12 21:15:09 +05:30
akubesti
6f367c34a8
feat: add gpt-5, gpt-5-mini, o3 models and remove gpt-5-chat-latest
...
- Add new OpenAI models: gpt-5, gpt-5-mini, and o3 series
- Fix temperature parameter handling for o3 models
- Update models list to ensure compatibility
2025-09-12 22:22:16 +07:00
akubesti
328b12ffbe
feat: add new OpenAI models with proper temperature parameter handling
...
- Add GPT 4.1 series and o1/o3/o4 models with temperature compatibility fixes
- Remove gpt-5/gpt-5-mini models due to organization verification restrictions
- Fix 400 errors for models that only support default temperature values
2025-09-11 16:38:01 +07:00
ItzCrazyKns
536ec24093
feat(search): use single prompt for all focus modes
2025-09-03 14:37:11 +05:30
ItzCrazyKns
bb9eab7aa7
feat(db): add migrations
2025-09-03 14:36:47 +05:30
ItzCrazyKns
b0e8a33f1d
feat(chat-hook): get suggestions when sources is > 0
2025-09-02 10:42:28 +05:30
ItzCrazyKns
a268ce345c
feat(message-rendering): create citation component
...
Create new citation component to fix errors with tailwind not compiling CSS classes for the anchor tag
2025-08-30 20:48:26 +05:30
ItzCrazyKns
7b46b815c1
feat(components): handle new sections
2025-08-29 12:45:27 +05:30
ItzCrazyKns
d6b02db37a
feat(chat-hook): handle messages as separate entities
2025-08-29 12:45:13 +05:30
ItzCrazyKns
34fa52ad12
feat(chat-api): handle messages as separate entities
2025-08-29 12:44:40 +05:30
ItzCrazyKns
266c333b29
feat(chat): only add eventListener on mount
2025-08-29 12:42:38 +05:30
ItzCrazyKns
a6f3d98aef
feat(get-suggestion): correct parameter name
2025-08-29 12:42:00 +05:30
ItzCrazyKns
705ae464ad
feat(chat-hook): load chat based on id after reload
2025-08-29 10:23:15 +05:30
skoved
d8486e90bb
make file icon in attachment modal in chat page fit light theme better
...
make the file icon in the attachment modal for the chat page an off-white background so that it matches the light theme better and looks the same as the attachment modal on the home page
2025-08-27 09:43:09 -04:00
ItzCrazyKns
238bcaff2b
Delete .github/FUNDING.yml
2025-08-27 16:23:39 +05:30
ItzCrazyKns
6f7c55b783
Update FUNDING.yml with Patreon username
...
Added Patreon username for funding support.
2025-08-27 16:19:53 +05:30
ItzCrazyKns
83a0cffe1b
Merge pull request #828 from justinmayer/patch-1
...
docs: Add instructions for local OpenAI-API-compatible LLMs
2025-08-27 14:38:55 +05:30
ItzCrazyKns
829ae59944
Merge pull request #855 from skoved/fix-light-mode
...
fix text color for topic names on discover page in light mode
2025-08-27 14:38:13 +05:30
skoved
a546eb18a1
make file icon in attachment modal fit light theme better
...
make the file icon in the attachment modal black on an off-white background so that it matches the light theme better and looks stylistically equivalent to its look in dark mode
2025-08-26 21:53:51 -04:00
skoved
ff1ca56157
fix text color for topic names on discover page in light mode
...
make light mode color for topic text black so it is readable
2025-08-26 21:16:21 -04:00
ItzCrazyKns
30725b5d6d
feat(attach): remove unused import
2025-08-25 21:48:08 +05:30
ItzCrazyKns
8dc54efbdd
feat(chat-route): lint & beautify
2025-08-21 17:48:55 +05:30
ItzCrazyKns
72f26b4370
feat(upload): save files uploaded after chat created
2025-08-21 17:47:49 +05:30
ItzCrazyKns
f680188905
feat(ollama): add ability to provide api key
2025-08-20 20:32:13 +05:30
ItzCrazyKns
0b15bfbe32
feat(app): switch to useChat hook
2025-08-20 20:21:06 +05:30
ItzCrazyKns
8fc7808654
feat(hooks): implement useChat hook
2025-08-20 20:20:50 +05:30
ItzCrazyKns
0dc17286b9
Merge branch 'pr/843'
2025-08-12 21:39:25 +05:30
ItzCrazyKns
3edd7d44dd
feat(openai): conditionally set temperature
2025-08-12 21:39:14 +05:30
Samuel Dockery
1132997108
feat: Add support for latest AI models from Anthropic, Google, & OpenAI
2025-08-10 07:50:31 -07:00
ItzCrazyKns
eadbedb713
feat(groq): switch to @langchain/groq
for better handling
2025-08-02 17:14:34 +05:30
ItzCrazyKns
37cd6d3ab5
feat(discover): prevent duplicate articles
2025-08-01 20:41:07 +05:30
ItzCrazyKns
88be3a045b
feat(discover): randomly sort results
2025-07-29 13:18:36 +05:30
ItzCrazyKns
45b51ab156
feat(discover-api): handle topics
2025-07-29 13:17:07 +05:30
ItzCrazyKns
3bee01cfa7
feat(discover): add topic selection
2025-07-28 20:39:50 +05:30
ItzCrazyKns
567c6a8758
Merge branch 'pr/831'
2025-07-24 22:36:19 +05:30
ItzCrazyKns
81a91da743
feat(gemini): use model
instead of modelName
2025-07-23 12:22:26 +05:30
ItzCrazyKns
70a61ee1eb
feat(think-box): handle thinkingEnded
2025-07-23 12:21:07 +05:30
ItzCrazyKns
9d89a4413b
feat(format-history): remove extra :
2025-07-23 12:20:49 +05:30
ItzCrazyKns
6ea17d54c6
feat(chat-window): fix wrong history while rewriting
2025-07-22 21:21:49 +05:30
ItzCrazyKns
11a828b073
feat(message-box): close think box after thinking process ends
2025-07-22 21:21:09 +05:30
ItzCrazyKns
37022fb11e
feat(format-history): update role determination
2025-07-22 21:20:16 +05:30