drop feeback path in paths

This commit is contained in:
timothycarambat 2024-01-03 15:44:26 -08:00
parent 237c544ebc
commit dc23961231
2 changed files with 4 additions and 3 deletions

View File

@ -23,6 +23,10 @@
</a> </a>
</p> </p>
<p align="center">
👉 AnythingLLM for desktop! <a href="https://mintplexlabs.typeform.com/to/sFgD2TIb" target="_blank"> Sign up</a>
</p>
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. 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) ![Chatting](/images/screenshots/chatting.gif)

View File

@ -25,9 +25,6 @@ export default {
hosting: () => { hosting: () => {
return "https://my.mintplexlabs.com/aio-checkout?product=anythingllm"; return "https://my.mintplexlabs.com/aio-checkout?product=anythingllm";
}, },
feedback: () => {
return "https://mintplexlabs.typeform.com/to/i0KE3aEW";
},
workspace: { workspace: {
chat: (slug) => { chat: (slug) => {
return `/workspace/${slug}`; return `/workspace/${slug}`;