Skip to content
Snippets Groups Projects
Commit 297b8aaf authored by timothycarambat's avatar timothycarambat
Browse files

update doc links and readme

parent 0cbe4d0b
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,8 @@ AnythingLLM divides your documents into objects called `workspaces`. A Workspace
## Cool features of AnythingLLM
- 🆕 **Multi-modal support (both closed and open-source LLMs!)**
- 🆕 [**Custom AI Agents**](https://docs.anythingllm.com/agent/custom/introduction)
- 🖼️ **Multi-modal support (both closed and open-source LLMs!)**
- 👤 Multi-user instance support and permissioning _Docker version only_
- 🦾 Agents inside your workspace (browse the web, run code, etc)
- 💬 [Custom Embeddable Chat widget for your website](./embed/README.md) _Docker version only_
......
......@@ -12,7 +12,7 @@ export default function AwsBedrockLLMOptions({ settings }) {
You should use a properly defined IAM user for inferencing.
<br />
<a
href="https://docs.useanything.com/setup/llm-configuration/cloud/aws-bedrock"
href="https://docs.anythingllm.com/setup/llm-configuration/cloud/aws-bedrock"
target="_blank"
className="underline flex gap-x-1 items-center"
>
......
......@@ -70,7 +70,7 @@ export default function Confirmation({ settings, setSettings, setStep }) {
Below are your fine-tuning order details. If you have any questions
before or after ordering your fine-tune you can checkout the{" "}
<a
href="https://docs.useanything.com/fine-tuning/overview"
href="https://docs.anythingllm.com/fine-tuning/overview"
target="_blank"
rel="noreferrer"
className="underline text-sky-400"
......
......@@ -49,7 +49,7 @@ export default function OrderPlaced({ settings }) {
<div className="flex flex-col items-left gap-x-4 text-xs">
<a
href="https://docs.useanything.com/fine-tuning/overview"
href="https://docs.anythingllm.com/fine-tuning/overview"
target="_blank"
rel="noreferrer"
className="text-sky-400 hover:underline hover:cursor-pointer"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment