From 5f0b87f4a9060585bbeda804d6ffacc436a473ff Mon Sep 17 00:00:00 2001 From: user1007017 Date: Sat, 15 Feb 2025 19:06:46 +0100 Subject: [PATCH 01/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf9e459..39c3266 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Want to know more about its architecture and how it works? You can read it [here - **Normal Mode:** Processes your query and performs a web search. - **Focus Modes:** Special modes to better answer specific types of questions. Perplexica currently has 6 focus modes: - **All Mode:** Searches the entire web to find the best results. - - **Writing Assistant Mode:** Helpful for writing tasks that does not require searching the web. + - **Writing Assistant Mode:** Helpful for writing tasks that do not require searching the web. - **Academic Search Mode:** Finds articles and papers, ideal for academic research. - **YouTube Search Mode:** Finds YouTube videos based on the search query. - **Wolfram Alpha Search Mode:** Answers queries that need calculations or data analysis using Wolfram Alpha. From 4c73caadf6af4951f10d0689689bce192d223beb Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Mon, 17 Feb 2025 16:24:41 +0530 Subject: [PATCH 02/12] feat(custom-openai): save live changes --- ui/app/settings/page.tsx | 42 ++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/ui/app/settings/page.tsx b/ui/app/settings/page.tsx index 371d091..6aff1b0 100644 --- a/ui/app/settings/page.tsx +++ b/ui/app/settings/page.tsx @@ -563,12 +563,16 @@ const Page = () => { - setConfig({ - ...config, + value={config.customOpenaiModelName} + isSaving={savingStates['customOpenaiModelName']} + onChange={(e: React.ChangeEvent) => { + setConfig((prev) => ({ + ...prev!, customOpenaiModelName: e.target.value, - }) + })); + }} + onSave={(value) => + saveConfig('customOpenaiModelName', value) } /> @@ -579,12 +583,16 @@ const Page = () => { - setConfig({ - ...config, + value={config.customOpenaiApiKey} + isSaving={savingStates['customOpenaiApiKey']} + onChange={(e: React.ChangeEvent) => { + setConfig((prev) => ({ + ...prev!, customOpenaiApiKey: e.target.value, - }) + })); + }} + onSave={(value) => + saveConfig('customOpenaiApiKey', value) } /> @@ -595,12 +603,16 @@ const Page = () => { - setConfig({ - ...config, + value={config.customOpenaiApiUrl} + isSaving={savingStates['customOpenaiApiUrl']} + onChange={(e: React.ChangeEvent) => { + setConfig((prev) => ({ + ...prev!, customOpenaiApiUrl: e.target.value, - }) + })); + }} + onSave={(value) => + saveConfig('customOpenaiApiUrl', value) } /> From 2e166c217bb7177f90661342400d789c03943533 Mon Sep 17 00:00:00 2001 From: wellCh4n Date: Wed, 19 Feb 2025 10:34:51 +0800 Subject: [PATCH 03/12] fix(MessageBox): break too long message title --- ui/components/MessageBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/components/MessageBox.tsx b/ui/components/MessageBox.tsx index f23127c..a7942d1 100644 --- a/ui/components/MessageBox.tsx +++ b/ui/components/MessageBox.tsx @@ -68,7 +68,7 @@ const MessageBox = ({ return (
{message.role === 'user' && ( -
+

{message.content}

From bb3f1805832956f922f26250f1702c57e83e0edd Mon Sep 17 00:00:00 2001 From: QuietlyChan <1013893148@qq.com> Date: Tue, 25 Feb 2025 17:26:33 +0800 Subject: [PATCH 04/12] fix(ui): improve dark mode text color for attachment buttons --- ui/components/MessageInputActions/Attach.tsx | 4 ++-- ui/components/MessageInputActions/AttachSmall.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/components/MessageInputActions/Attach.tsx b/ui/components/MessageInputActions/Attach.tsx index 61cc86a..b3ac855 100644 --- a/ui/components/MessageInputActions/Attach.tsx +++ b/ui/components/MessageInputActions/Attach.tsx @@ -110,7 +110,7 @@ const Attach = ({
From aa834f7f0442d7d8dd18ad4cc9562614c62e2b41 Mon Sep 17 00:00:00 2001 From: Eric Chen <54382303+ericdachen@users.noreply.github.com> Date: Tue, 4 Mar 2025 14:45:10 -0500 Subject: [PATCH 09/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad4b4b9..5e5bb1f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Warp sponsorship -### [Warp, the AI Devtool that lives in your terminal](https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=fzf) +### [Warp, the AI Devtool that lives in your terminal](https://www.warp.dev/perplexica) [Available for MacOS, Linux, & Windows](https://www.warp.dev/perplexica)
From a32eb1dda395b456e9cf7682d3cc6a8d9b9fc06a Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Wed, 5 Mar 2025 10:55:02 +0530 Subject: [PATCH 10/12] feat(readme): lint & beautify, update anchor URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e5bb1f..3618b07 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,18 @@ Special thanks to:

- + Warp sponsorship ### [Warp, the AI Devtool that lives in your terminal](https://www.warp.dev/perplexica) + [Available for MacOS, Linux, & Windows](https://www.warp.dev/perplexica)
[![Discord](https://dcbadge.vercel.app/api/server/26aArMy8tT?style=flat&compact=true)](https://discord.gg/26aArMy8tT) - ![preview](.assets/perplexica-screenshot.png?) ## Table of Contents From bbd2e9c359fd19bfce5544a6d0afdf5828b4e748 Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Wed, 5 Mar 2025 11:05:25 +0530 Subject: [PATCH 11/12] feat(readme): update warp banner --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3618b07..b6028b2 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,17 @@

- Warp sponsorship + Warp sponsorship ### [Warp, the AI Devtool that lives in your terminal](https://www.warp.dev/perplexica) -[Available for MacOS, Linux, & Windows](https://www.warp.dev/perplexica)
+[Available for MacOS, Linux, & Windows](https://www.warp.dev/perplexica) +

+ [![Discord](https://dcbadge.vercel.app/api/server/26aArMy8tT?style=flat&compact=true)](https://discord.gg/26aArMy8tT) ![preview](.assets/perplexica-screenshot.png?) From 7756340dd9cdab9684d9dccfd761bc84764aba4e Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Wed, 5 Mar 2025 11:09:19 +0530 Subject: [PATCH 12/12] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6028b2..291ea19 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ -

+
[![Discord](https://dcbadge.vercel.app/api/server/26aArMy8tT?style=flat&compact=true)](https://discord.gg/26aArMy8tT)