diff --git a/frontend/src/components/DefaultChat/index.jsx b/frontend/src/components/DefaultChat/index.jsx index b87ee117..0952ebd7 100644 --- a/frontend/src/components/DefaultChat/index.jsx +++ b/frontend/src/components/DefaultChat/index.jsx @@ -4,6 +4,8 @@ import NewWorkspaceModal, { useNewWorkspaceModal, } from "../Modals/NewWorkspace"; import paths from "../../utils/paths"; +import { isMobile } from "react-device-detect"; +import { SidebarMobileHeader } from "../Sidebar"; export default function DefaultChatContainer() { const [mockMsgs, setMockMessages] = useState([]); @@ -21,8 +23,8 @@ export default function DefaultChatContainer() { popMsg ? "chat__message" : "" }`} > -
+
Welcome to AnythingLLM, AnythingLLM is an open-source AI tool by Mintplex Labs that turns anything into a trained chatbot you can query and chat with. AnythingLLM is a BYOK (bring-your-own-keys) @@ -39,8 +41,8 @@ export default function DefaultChatContainer() { popMsg ? "chat__message" : "" }`} > -
+
AnythingLLM is the easiest way to put powerful AI products like OpenAi, GPT-4, LangChain, PineconeDB, ChromaDB, and other services together in a neat package with no fuss to increase your @@ -56,8 +58,8 @@ export default function DefaultChatContainer() { popMsg ? "chat__message" : "" }`} > -
+
AnythingLLM can run totally locally on your machine with little
overhead you wont even notice it's there! No GPU needed. Cloud and
on-premises installation is available as well.
@@ -71,7 +73,7 @@ export default function DefaultChatContainer() {
className="mt-4 w-fit flex flex-grow gap-x-2 py-[5px] px-4 border border-slate-400 rounded-lg text-slate-800 dark:text-slate-200 justify-start items-center hover:bg-slate-100 dark:hover:bg-stone-900 dark:bg-stone-900"
>
+
Create an issue on Github
@@ -85,8 +87,8 @@ export default function DefaultChatContainer() { popMsg ? "chat__message" : "" }`} > -+
How do I get started?!
+
It's simple. All collections are organized into buckets we call{" "}
"Workspaces". Workspaces are buckets of files, documents,
images, PDFs, and other files which will be transformed into
@@ -114,7 +116,7 @@ export default function DefaultChatContainer() {
className="mt-4 w-fit flex flex-grow gap-x-2 py-[5px] px-4 border border-slate-400 rounded-lg text-slate-800 dark:text-slate-200 justify-start items-center hover:bg-slate-100 dark:hover:bg-stone-900 dark:bg-stone-900"
>
+
Create your first workspace
@@ -128,8 +130,8 @@ export default function DefaultChatContainer() { popMsg ? "chat__message" : "" }`} > -+
Is this like an AI dropbox or something? What about chatting? It is a chatbot isn't it?
@@ -143,8 +145,8 @@ export default function DefaultChatContainer() { popMsg ? "chat__message" : "" }`} > -+
AnythingLLM is more than a smarter Dropbox.
@@ -174,8 +176,8 @@ export default function DefaultChatContainer() {
popMsg ? "chat__message" : ""
}`}
>
-
+
Wow, this sounds amazing, let me try it out already!
+
Have Fun!
-+
Star on GitHub
@@ -208,7 +210,7 @@ export default function DefaultChatContainer() { className="mt-4 w-fit flex flex-grow gap-x-2 py-[5px] px-4 border border-slate-400 rounded-lg text-slate-800 dark:text-slate-200 justify-start items-center hover:bg-slate-100 dark:hover:bg-stone-900 dark:bg-stone-900" >+
Contact Mintplex Labs
@@ -245,9 +247,10 @@ export default function DefaultChatContainer() { return (+
Document processor is offline.
-+
you cannot upload documents from the UI right now
+
After creating a workspace you will be able to add and remove documents from it.
diff --git a/frontend/src/components/Modals/Password.jsx b/frontend/src/components/Modals/Password.jsx index 280572fe..30c628fb 100644 --- a/frontend/src/components/Modals/Password.jsx +++ b/frontend/src/components/Modals/Password.jsx @@ -31,7 +31,7 @@ export default function PasswordModal() {