From 1e95d74ae27b246ca1eb0eea5ce4585e6d744d2e Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Tue, 15 Aug 2023 09:25:37 +0800 Subject: [PATCH] update doc (#838) --- README.md | 3 ++- README_CN.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 417b7ca5e5..b8e96f21ee 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Visual data analysis, log review, and annotation for applications We provide the following free resources for registered Dify cloud users (sign up at [dify.ai](https://dify.ai)): * 1000 free Claude model queries to build Claude-powered apps * 200 free OpenAI queries to build OpenAI-based apps - +* 3 million Xunfei Spark Tokens are provided for creating AI applications based on Spark. +* 1 million MiniMax Tokens are provided for creating AI applications based on the MiniMax. **2. Visual orchestration:** Build an AI app in minutes by writing and debugging prompts visually. **3. Text embedding:** Fully automated text preprocessing embeds your data as context without complex concepts. Supports PDF, TXT, and syncing data from Notion, webpages, APIs. diff --git a/README_CN.md b/README_CN.md index 1c1b9d7fe7..5c0af0ebcb 100644 --- a/README_CN.md +++ b/README_CN.md @@ -36,6 +36,8 @@ 我们为所有注册云端版的用户免费提供以下资源(登录 [dify.ai](https://cloud.dify.ai) 即可使用): * 1000 次 Claude 模型的消息调用额度,用于创建基于 Claude 模型的 AI 应用 * 200 次 OpenAI 模型的消息调用额度,用于创建基于 OpenAI 模型的 AI 应用 +* 300 万 讯飞星火大模型 Token 的调用额度,用于创建基于讯飞星火大模型的 AI 应用 +* 100 万 MiniMax Token 的调用额度,用于创建基于 MiniMax 模型的 AI 应用 2. **可视化编排 Prompt:** 通过界面化编写 prompt 并调试,只需几分钟即可发布一个 AI 应用。 3. **文本 Embedding 处理(数据集)**:全自动完成文本预处理,使用你的数据作为上下文,无需理解晦涩的概念和技术处理。支持 PDF、txt 等文件格式,支持从 Notion、网页、API 同步数据。 4. **基于 API 开发:** 后端即服务。您可以直接访问网页应用,也可以接入 API 集成到您的应用中,无需关注复杂的后端架构和部署过程。