From 4732ff16ca5d2a887fb7fe0c16db97457dd579b7 Mon Sep 17 00:00:00 2001 From: Amirio Date: Thu, 22 Feb 2024 04:47:47 +0330 Subject: [PATCH] Update README.md (#37) Add Ollama and localai in model providers in docs --- en/tutorials/model-configuration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/tutorials/model-configuration/README.md b/en/tutorials/model-configuration/README.md index cfc70e0..65a366f 100644 --- a/en/tutorials/model-configuration/README.md +++ b/en/tutorials/model-configuration/README.md @@ -12,7 +12,7 @@ Dify classifies models into 4 types, each for different uses: 1. **System Inference Models:** Used in applications for tasks like chat, name generation, and suggesting follow-up questions. - > Providers include [OpenAI](https://platform.openai.com/account/api-keys)、[Azure OpenAI Service](https://azure.microsoft.com/en-us/products/ai-services/openai-service/)、[Anthropic](https://console.anthropic.com/account/keys)、Hugging Face Hub、Replicate、Xinference、OpenLLM、[iFLYTEK SPARK](https://www.xfyun.cn/solutions/xinghuoAPI)、[WENXINYIYAN](https://console.bce.baidu.com/qianfan/ais/console/applicationConsole/application)、[TONGYI](https://dashscope.console.aliyun.com/api-key\_management?spm=a2c4g.11186623.0.0.3bbc424dxZms9k)、[Minimax](https://api.minimax.chat/user-center/basic-information/interface-key)、ZHIPU(ChatGLM). + > Providers include [OpenAI](https://platform.openai.com/account/api-keys)、[Azure OpenAI Service](https://azure.microsoft.com/en-us/products/ai-services/openai-service/)、[Anthropic](https://console.anthropic.com/account/keys)、Hugging Face Hub、Replicate、Xinference、OpenLLM、[iFLYTEK SPARK](https://www.xfyun.cn/solutions/xinghuoAPI)、[WENXINYIYAN](https://console.bce.baidu.com/qianfan/ais/console/applicationConsole/application)、[TONGYI](https://dashscope.console.aliyun.com/api-key\_management?spm=a2c4g.11186623.0.0.3bbc424dxZms9k)、[Minimax](https://api.minimax.chat/user-center/basic-information/interface-key)、ZHIPU(ChatGLM) [Ollama](https://docs.dify.ai/tutorials/model-configuration/ollama)、[LocalAI](https://github.com/mudler/LocalAI)、. 2. **Embedding Models:** Employed for embedding segmented documents in knowledge and processing user queries in applications. > Providers include OpenAI, ZHIPU (ChatGLM), Jina AI([Jina Embeddings 2](https://jina.ai/embeddings/)).