mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-14 22:22:22 +00:00
drop feeback path in paths
This commit is contained in:
parent
237c544ebc
commit
dc23961231
2 changed files with 4 additions and 3 deletions
|
@ -23,6 +23,10 @@
|
|||
</a>
|
||||
</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.
|
||||
|
||||

|
||||
|
|
|
@ -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}`;
|
||||
|
|
Loading…
Add table
Reference in a new issue