From c2c075f3551724dc3b4e786799e89db1c2952274 Mon Sep 17 00:00:00 2001 From: joshua Date: Wed, 3 Jan 2024 09:55:39 +0000 Subject: [PATCH] GITBOOK-38: change request with no subject merged in GitBook --- en/advanced/model-configuration/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/en/advanced/model-configuration/README.md b/en/advanced/model-configuration/README.md index 9b927c6..cfc70e0 100644 --- a/en/advanced/model-configuration/README.md +++ b/en/advanced/model-configuration/README.md @@ -22,9 +22,6 @@ Dify classifies models into 4 types, each for different uses: 4. **Speech-to-Text Models:** Convert spoken words to text in conversational applications. > Provider: OpenAI. -5. System Reasoning Model. In the created application, this type of model is used. Smart chat, dialogue name generation, and next question suggestions also use reasoning models. -6. Embedding Model. In the knowledge, this type of model is used to embedding segmented documents. In applications that use data sets, this type of model is also used to process user questions as Embedding. -7. Speech-to-Text model. In conversational applications, this type of model is used to convert speech to text. Dify plans to add more LLM providers as technology and user needs evolve.