From dac5c8c90e545a85d57913ef0df475eb6178e407 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Thu, 9 Jan 2025 21:49:35 +0800 Subject: [PATCH] perf: dify --- config/provider.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/provider.md b/config/provider.md index e99ed80..9a6844c 100644 --- a/config/provider.md +++ b/config/provider.md @@ -131,4 +131,10 @@ AstrBot 支持加载使用 `LlamaFactory` 微调的模型。 - `adapter_model_path` 适配器模型路径。如微调好的 `Lora` 模型。 - `llmtuner_template` 基座模型的类型。如 `llama3`, `qwen`。请参考 `LlamaFactory` 的文档。 - `finetuning_type` 微调类型。如 `lora`。 -- `quantization_bit` 量化位数。如 `4`, `8`。 \ No newline at end of file +- `quantization_bit` 量化位数。如 `4`, `8`。 + +## Dify + +AstrBot 支持接入 Dify。 + +请参考 [接入 Dify](/others/dify)。 \ No newline at end of file