diff --git a/en/development/models-integration/localai.mdx b/en/development/models-integration/localai.mdx index 407e0fa6..972d65af 100644 --- a/en/development/models-integration/localai.mdx +++ b/en/development/models-integration/localai.mdx @@ -13,7 +13,7 @@ Dify allows integration with LocalAI for local deployment of large language mode You can refer to the official [Getting Started](https://localai.io/basics/getting_started/) guide for deployment, or quickly integrate following the steps below: -(These steps are derived from [LocalAI Data query example](https://github.com/go-skynet/LocalAI/blob/master/examples/langchain-chroma/README)) +(These steps are derived from [LocalAI Data query example](https://github.com/mudler/LocalAI-examples/tree/main/langchain-chroma/README.md)) 1. First, clone the LocalAI code repository and navigate to the specified directory. diff --git a/ja-jp/development/models-integration/localai.mdx b/ja-jp/development/models-integration/localai.mdx index 8c21e273..0b2aea8b 100644 --- a/ja-jp/development/models-integration/localai.mdx +++ b/ja-jp/development/models-integration/localai.mdx @@ -16,7 +16,7 @@ Difyは、LocalAIでデプロイされた大型言語モデルの推論および 公式の[入門ガイド](https://localai.io/basics/getting_started/)を参考にデプロイを行うか、以下の手順で迅速に接続を行うことができます: -(以下の手順は[LocalAI Data query example](https://github.com/go-skynet/LocalAI/blob/master/examples/langchain-chroma/README)から引用しています) +(以下の手順は[LocalAI Data query example](https://github.com/mudler/LocalAI-examples/tree/main/langchain-chroma/README.md)から引用しています) 1. まず、LocalAIのコードリポジトリをクローンし、指定のディレクトリに移動します diff --git a/zh-hans/development/models-integration/localai.mdx b/zh-hans/development/models-integration/localai.mdx index bb48456e..b3005c25 100644 --- a/zh-hans/development/models-integration/localai.mdx +++ b/zh-hans/development/models-integration/localai.mdx @@ -17,7 +17,7 @@ Dify 支持以本地部署的方式接入 LocalAI 部署的大型语言模型推 可参考官方 [Getting Started](https://localai.io/basics/getting_started/) 进行部署,也可参考下方步骤进行快速接入: -(以下步骤来自 [LocalAI Data query example](https://github.com/go-skynet/LocalAI/blob/master/examples/langchain-chroma/README.md)) +(以下步骤来自 [LocalAI Data query example](https://github.com/mudler/LocalAI-examples/tree/main/langchain-chroma/README.md)) 1. 首先拉取 LocalAI 代码仓库,并进入指定目录