mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
Update references to new domain (#1916)
This commit is contained in:
parent
8f4843ddc8
commit
3198718975
18 changed files with 30 additions and 30 deletions
README.md
embed/src/hooks
frontend
locales
server
endpoints/api/document
swagger
utils
AiProviders/openRouter
agents/aibitat
boot
|
@ -1,7 +1,7 @@
|
|||
<a name="readme-top"></a>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://useanything.com"><img src="https://github.com/Mintplex-Labs/anything-llm/blob/master/images/wordmark.png?raw=true" alt="AnythingLLM logo"></a>
|
||||
<a href="https://anythingllm.com"><img src="https://github.com/Mintplex-Labs/anything-llm/blob/master/images/wordmark.png?raw=true" alt="AnythingLLM logo"></a>
|
||||
</p>
|
||||
|
||||
<div align='center'>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<a href="https://github.com/Mintplex-Labs/anything-llm/blob/master/LICENSE" target="_blank">
|
||||
<img src="https://img.shields.io/static/v1?label=license&message=MIT&color=white" alt="License">
|
||||
</a> |
|
||||
<a href="https://docs.useanything.com" target="_blank">
|
||||
<a href="https://docs.anythingllm.com" target="_blank">
|
||||
Docs
|
||||
</a> |
|
||||
<a href="https://my.mintplexlabs.com/aio-checkout?product=anythingllm" target="_blank">
|
||||
|
@ -33,7 +33,7 @@
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
👉 AnythingLLM for desktop (Mac, Windows, & Linux)! <a href="https://useanything.com/download" target="_blank"> Download Now</a>
|
||||
👉 AnythingLLM for desktop (Mac, Windows, & Linux)! <a href="https://anythingllm.com/download" target="_blank"> Download Now</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.
|
||||
|
|
|
@ -19,7 +19,7 @@ const DEFAULT_SETTINGS = {
|
|||
assistantBgColor: "#2563eb", // assistant text bubble color
|
||||
noSponsor: null, // Shows sponsor in footer of chat
|
||||
sponsorText: "Powered by AnythingLLM", // default sponsor text
|
||||
sponsorLink: "https://useanything.com", // default sponsor link
|
||||
sponsorLink: "https://anythingllm.com", // default sponsor link
|
||||
position: "bottom-right", // position of chat button/window
|
||||
assistantName: "AnythingLLM Chat Assistant", // default assistant name
|
||||
assistantIcon: null, // default assistant icon
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<!-- Facebook -->
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://useanything.com">
|
||||
<meta property="og:url" content="https://anythingllm.com">
|
||||
<meta property="og:title" content="AnythingLLM | Your personal LLM trained on anything">
|
||||
<meta property="og:description" content="AnythingLLM | Your personal LLM trained on anything">
|
||||
<meta property="og:image"
|
||||
|
@ -20,7 +20,7 @@
|
|||
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image">
|
||||
<meta property="twitter:url" content="https://useanything.com">
|
||||
<meta property="twitter:url" content="https://anythingllm.com">
|
||||
<meta property="twitter:title" content="AnythingLLM | Your personal LLM trained on anything">
|
||||
<meta property="twitter:description" content="AnythingLLM | Your personal LLM trained on anything">
|
||||
<meta property="twitter:image"
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -66,7 +66,7 @@ export default function LiveSyncToggle({ enabled = false, onToggle }) {
|
|||
<ul className="space-y-2">
|
||||
<li>
|
||||
<a
|
||||
href="https://docs.useanything.com/beta-preview/active-features/live-document-sync"
|
||||
href="https://docs.anythingllm.com/beta-preview/active-features/live-document-sync"
|
||||
target="_blank"
|
||||
className="text-sm text-blue-400 hover:underline flex items-center gap-x-1"
|
||||
>
|
||||
|
|
|
@ -240,10 +240,10 @@ function FeatureVerification({ children }) {
|
|||
Access to any features requires approval of this modal. If
|
||||
you would like to read more you can refer to{" "}
|
||||
<a
|
||||
href="https://docs.useanything.com/beta-preview/overview"
|
||||
href="https://docs.anythingllm.com/beta-preview/overview"
|
||||
className="underline text-blue-500"
|
||||
>
|
||||
docs.useanything.com
|
||||
docs.anythingllm.com
|
||||
</a>{" "}
|
||||
or email{" "}
|
||||
<a
|
||||
|
|
|
@ -54,7 +54,7 @@ https://github.com/Mintplex-Labs/anything-llm/tree/master/embed/README.md
|
|||
data-base-api-url="${serverHost}/api/embed"
|
||||
src="${scriptHost}/embed/anythingllm-chat-widget.min.js">
|
||||
</script>
|
||||
<!-- AnythingLLM (https://useanything.com) -->
|
||||
<!-- AnythingLLM (https://anythingllm.com) -->
|
||||
`;
|
||||
}
|
||||
|
||||
|
|
|
@ -270,7 +270,7 @@ export const PermittedDomains = ({ defaultValue = [] }) => {
|
|||
<TagsInput
|
||||
value={domains}
|
||||
onChange={handleChange}
|
||||
placeholder="https://mysite.com, https://useanything.com"
|
||||
placeholder="https://mysite.com, https://anythingllm.com"
|
||||
classNames={{
|
||||
tag: "bg-blue-300/10 text-zinc-800 m-1",
|
||||
input:
|
||||
|
|
|
@ -40,7 +40,7 @@ export default {
|
|||
return "https://discord.com/invite/6UyHPeGZAC";
|
||||
},
|
||||
docs: () => {
|
||||
return "https://docs.useanything.com";
|
||||
return "https://docs.anythingllm.com";
|
||||
},
|
||||
mailToMintplex: () => {
|
||||
return "mailto:team@mintplexlabs.com";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<a name="readme-top"></a>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://useanything.com"><img src="https://github.com/Mintplex-Labs/anything-llm/blob/master/images/wordmark.png?raw=true" alt="AnythingLLM logo"></a>
|
||||
<a href="https://anythingllm.com"><img src="https://github.com/Mintplex-Labs/anything-llm/blob/master/images/wordmark.png?raw=true" alt="AnythingLLM logo"></a>
|
||||
</p>
|
||||
|
||||
<div align='center'>
|
||||
|
@ -20,7 +20,7 @@
|
|||
<a href="https://github.com/Mintplex-Labs/anything-llm/blob/master/LICENSE" target="_blank">
|
||||
<img src="https://img.shields.io/static/v1?label=license&message=MIT&color=white" alt="ライセンス">
|
||||
</a> |
|
||||
<a href="https://docs.useanything.com" target="_blank">
|
||||
<a href="https://docs.anythingllm.com" target="_blank">
|
||||
ドキュメント
|
||||
</a> |
|
||||
<a href="https://my.mintplexlabs.com/aio-checkout?product=anythingllm" target="_blank">
|
||||
|
@ -33,7 +33,7 @@
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
👉 デスクトップ用AnythingLLM(Mac、Windows、Linux対応)!<a href="https://useanything.com/download" target="_blank">今すぐダウンロード</a>
|
||||
👉 デスクトップ用AnythingLLM(Mac、Windows、Linux対応)!<a href="https://anythingllm.com/download" target="_blank">今すぐダウンロード</a>
|
||||
</p>
|
||||
|
||||
これは、任意のドキュメント、リソース、またはコンテンツの断片を、チャット中にLLMが参照として使用できるコンテキストに変換できるフルスタックアプリケーションです。このアプリケーションを使用すると、使用するLLMまたはベクトルデータベースを選択し、マルチユーザー管理と権限をサポートできます。
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<a name="readme-top"></a>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://useanything.com"><img src="https://github.com/Mintplex-Labs/anything-llm/blob/master/images/wordmark.png?raw=true" alt="AnythingLLM logo"></a>
|
||||
<a href="https://anythingllm.com"><img src="https://github.com/Mintplex-Labs/anything-llm/blob/master/images/wordmark.png?raw=true" alt="AnythingLLM logo"></a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
|
@ -16,7 +16,7 @@
|
|||
<a href="https://github.com/Mintplex-Labs/anything-llm/blob/master/LICENSE" target="_blank">
|
||||
<img src="https://img.shields.io/static/v1?label=license&message=MIT&color=white" alt="许可证">
|
||||
</a> |
|
||||
<a href="https://docs.useanything.com" target="_blank">
|
||||
<a href="https://docs.anythingllm.com" target="_blank">
|
||||
文档
|
||||
</a> |
|
||||
<a href="https://my.mintplexlabs.com/aio-checkout?product=anythingllm" target="_blank">
|
||||
|
@ -29,7 +29,7 @@
|
|||
</p>
|
||||
|
||||
<p align="center">
|
||||
👉 适用于桌面(Mac、Windows和Linux)的AnythingLLM!<a href="https://useanything.com/download" target="_blank">立即下载</a>
|
||||
👉 适用于桌面(Mac、Windows和Linux)的AnythingLLM!<a href="https://anythingllm.com/download" target="_blank">立即下载</a>
|
||||
</p>
|
||||
|
||||
这是一个全栈应用程序,可以将任何文档、资源(如网址链接、音频、视频)或内容片段转换为上下文,以便任何大语言模型(LLM)在聊天期间作为参考使用。此应用程序允许您选择使用哪个LLM或向量数据库,同时支持多用户管理并设置不同权限。
|
||||
|
|
|
@ -137,7 +137,7 @@ function apiDocumentEndpoints(app) {
|
|||
schema: {
|
||||
type: 'object',
|
||||
example: {
|
||||
"link": "https://useanything.com"
|
||||
"link": "https://anythingllm.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -159,7 +159,7 @@ function apiDocumentEndpoints(app) {
|
|||
"docAuthor": "no author found",
|
||||
"description": "No description found.",
|
||||
"docSource": "URL link uploaded by the user.",
|
||||
"chunkSource": "https:useanything.com.html",
|
||||
"chunkSource": "https:anythingllm.com.html",
|
||||
"published": "1/16/2024, 3:46:33 PM",
|
||||
"wordCount": 252,
|
||||
"pageContent": "AnythingLLM is the best....",
|
||||
|
|
|
@ -903,7 +903,7 @@
|
|||
"docAuthor": "no author found",
|
||||
"description": "No description found.",
|
||||
"docSource": "URL link uploaded by the user.",
|
||||
"chunkSource": "https:useanything.com.html",
|
||||
"chunkSource": "https:anythingllm.com.html",
|
||||
"published": "1/16/2024, 3:46:33 PM",
|
||||
"wordCount": 252,
|
||||
"pageContent": "AnythingLLM is the best....",
|
||||
|
@ -944,7 +944,7 @@
|
|||
"schema": {
|
||||
"type": "object",
|
||||
"example": {
|
||||
"link": "https://useanything.com"
|
||||
"link": "https://anythingllm.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@ class OpenRouterLLM {
|
|||
baseURL: this.basePath,
|
||||
apiKey: process.env.OPENROUTER_API_KEY ?? null,
|
||||
defaultHeaders: {
|
||||
"HTTP-Referer": "https://useanything.com",
|
||||
"HTTP-Referer": "https://anythingllm.com",
|
||||
"X-Title": "AnythingLLM",
|
||||
},
|
||||
});
|
||||
|
|
|
@ -19,8 +19,8 @@ const webScraping = {
|
|||
"Scrapes the content of a webpage or online resource from a provided URL.",
|
||||
examples: [
|
||||
{
|
||||
prompt: "What is useanything.com about?",
|
||||
call: JSON.stringify({ url: "https://useanything.com" }),
|
||||
prompt: "What is anythingllm.com about?",
|
||||
call: JSON.stringify({ url: "https://anythingllm.com" }),
|
||||
},
|
||||
{
|
||||
prompt: "Scrape https://example.com",
|
||||
|
|
|
@ -78,7 +78,7 @@ class Provider {
|
|||
configuration: {
|
||||
baseURL: "https://openrouter.ai/api/v1",
|
||||
defaultHeaders: {
|
||||
"HTTP-Referer": "https://useanything.com",
|
||||
"HTTP-Referer": "https://anythingllm.com",
|
||||
"X-Title": "AnythingLLM",
|
||||
},
|
||||
},
|
||||
|
|
|
@ -17,7 +17,7 @@ class OpenRouterProvider extends InheritMultiple([Provider, UnTooled]) {
|
|||
apiKey: process.env.OPENROUTER_API_KEY,
|
||||
maxRetries: 3,
|
||||
defaultHeaders: {
|
||||
"HTTP-Referer": "https://useanything.com",
|
||||
"HTTP-Referer": "https://anythingllm.com",
|
||||
"X-Title": "AnythingLLM",
|
||||
},
|
||||
});
|
||||
|
|
|
@ -67,7 +67,7 @@ class MetaGenerator {
|
|||
{ tag: "meta", props: { property: "og:type", content: "website" } },
|
||||
{
|
||||
tag: "meta",
|
||||
props: { property: "og:url", content: "https://useanything.com" },
|
||||
props: { property: "og:url", content: "https://anythingllm.com" },
|
||||
},
|
||||
{
|
||||
tag: "meta",
|
||||
|
@ -99,7 +99,7 @@ class MetaGenerator {
|
|||
},
|
||||
{
|
||||
tag: "meta",
|
||||
props: { property: "twitter:url", content: "https://useanything.com" },
|
||||
props: { property: "twitter:url", content: "https://anythingllm.com" },
|
||||
},
|
||||
{
|
||||
tag: "meta",
|
||||
|
|
Loading…
Add table
Reference in a new issue