doc: update llm faq (#15)
parent
cab5c65f56
commit
315bc4880d
|
|
@ -111,7 +111,14 @@ ChatGPT Plus and OpenAI's GPT-4 model API are two separate products with separat
|
|||
|
||||
### 18. How to add other embedding models?
|
||||
|
||||
Dify supports using the Xinference embedded model as an Embedding model, simply select the `Embedding` type in the configuration box.
|
||||
Dify supports using the listed providers as an Embedding model provider, simply select the `Embedding` type in the configuration box.
|
||||
|
||||
- Azure
|
||||
- LocalAI
|
||||
- MiniMax
|
||||
- OpenAI
|
||||
- Replicate
|
||||
- XInference
|
||||
|
||||
### 19. How can I set my own created app as an app template?
|
||||
|
||||
|
|
|
|||
|
|
@ -132,7 +132,14 @@ OpenAI 的 GPT4 模型 API 和 ChatGPT Plus 是两个产品,分开收费的,
|
|||
|
||||
### 21. 如何增加其他的 Embedding Model?
|
||||
|
||||
Dify 支持将 [Xinference embed 模型](https://github.com/xorbitsai/inference/blob/main/README\_zh\_CN.md#%E5%86%85%E7%BD%AE%E6%A8%A1%E5%9E%8B) 作为 Embedding 模型使用,只需在配置框中选择 `Embeddings` 类型即可。
|
||||
Dify 支持以下作为 Embedding 模型使用,只需在配置框中选择 `Embeddings` 类型即可。
|
||||
|
||||
- Azure
|
||||
- LocalAI
|
||||
- MiniMax
|
||||
- OpenAI
|
||||
- Replicate
|
||||
- XInference
|
||||
|
||||
### 22. 如何把自己创建的应用设置成应用模板?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue