From dc239612317fe19cb5268fb35b1544c38ef5923d Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Wed, 3 Jan 2024 15:44:26 -0800 Subject: [PATCH] drop feeback path in paths --- README.md | 4 ++++ frontend/src/utils/paths.js | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36127cb35..7166c473c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@

+

+👉 AnythingLLM for desktop! Sign up +

+ A full-stack application that enables you to turn any document, resource, or piece of content into context that any LLM can use as references during chatting. This application allows you to pick and choose which LLM or Vector Database you want to use as well as supporting multi-user management and permissions. ![Chatting](/images/screenshots/chatting.gif) diff --git a/frontend/src/utils/paths.js b/frontend/src/utils/paths.js index 2812878fb..7a0c7bb70 100644 --- a/frontend/src/utils/paths.js +++ b/frontend/src/utils/paths.js @@ -25,9 +25,6 @@ export default { hosting: () => { return "https://my.mintplexlabs.com/aio-checkout?product=anythingllm"; }, - feedback: () => { - return "https://mintplexlabs.typeform.com/to/i0KE3aEW"; - }, workspace: { chat: (slug) => { return `/workspace/${slug}`;