diff --git a/README.md b/README.md index e0763326636506c81fbb1b29a5e5234ec32482c9..aa36f8bb836448aeca733b0b64df2a3b8f0159dd 100644 --- a/README.md +++ b/README.md @@ -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_ diff --git a/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/index.jsx b/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/index.jsx index 20686f2e1457c4bf03e3b98820a364f6f5eaebfb..00f44a35ff616b0466c02016bb1af4bea02a2325 100644 --- a/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/index.jsx +++ b/frontend/src/components/LLMSelection/AwsBedrockLLMOptions/index.jsx @@ -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" > diff --git a/frontend/src/pages/FineTuning/Steps/Confirmation/index.jsx b/frontend/src/pages/FineTuning/Steps/Confirmation/index.jsx index cfb8d970945942f1bb0d0172aac7dca7276ed3db..8e0253e8d489b2b83939750be92c15576766be65 100644 --- a/frontend/src/pages/FineTuning/Steps/Confirmation/index.jsx +++ b/frontend/src/pages/FineTuning/Steps/Confirmation/index.jsx @@ -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" diff --git a/frontend/src/pages/FineTuning/Steps/OrderPlaced/index.jsx b/frontend/src/pages/FineTuning/Steps/OrderPlaced/index.jsx index 8d0b1f01df9f713be9757afca901f03488787919..e537bdaa0b78aea15027750179908773fb1e2516 100644 --- a/frontend/src/pages/FineTuning/Steps/OrderPlaced/index.jsx +++ b/frontend/src/pages/FineTuning/Steps/OrderPlaced/index.jsx @@ -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"