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}`;