fix: change go-skynet/LocalAI to mudler/LocalAI-examples

This commit is contained in:
gdut-yy
2025-08-01 12:01:59 +08:00
parent 44aefe8a6c
commit 7c15102db3
3 changed files with 3 additions and 3 deletions

View File

@@ -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.