mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 04:30:10 +01:00
update doc links and readme
This commit is contained in:
parent
0cbe4d0b04
commit
297b8aaf01
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user