mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-18 20:20:11 +01:00
drop feeback path in paths
This commit is contained in:
parent
237c544ebc
commit
dc23961231
@ -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)
|
||||||
|
@ -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}`;
|
||||||
|
Loading…
Reference in New Issue
Block a user