Flowise 可以通过 OpenAI 兼容节点接入 AGICTO API。适合构建聊天、RAG、工具调用和自动化工作流。Documentation Index
Fetch the complete documentation index at: https://docs.agicto.com/llms.txt
Use this file to discover all available pages before exploring further.
配置值
| 字段 | 值 |
|---|---|
| API Key | AGICTO API Key |
| Base Path / Base URL | https://api.agicto.cn/v1 |
| Model Name | 从模型列表复制的模型名 |
配置步骤
常见组合
聊天机器人
ChatOpenAI + Memory + Prompt Template。
知识库问答
Embeddings + Vector Store + Retriever + ChatOpenAI。
OpenAI 兼容格式
查看 AGICTO API 的兼容格式和 SDK 配置。
