FastGPT/client/public/docs/versionIntro.md
2023-07-25 13:23:00 +08:00

13 lines
883 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### Fast GPT V4.0-beta
<<<<<<< HEAD
1. 新增 - 直接分段训练可调节段落大小
2. 优化 - tokens 计算性能
3. 优化 - key 池管理结合 one-api 项目实现更方便的 key 池管理具体参考[docker 部署 FastGpt](https://github.com/labring/FastGPT/blob/main/docs/deploy/docker.md)
4. 新增 - V2 OpenAPI可以在任意第三方套壳 ChatGpt 项目中直接使用 FastGpt 的应用注意是直接不需要改任何代码具体参考[API 文档中《在第三方应用中使用 FastGpt》](https://kjqvjse66l.feishu.cn/docx/DmLedTWtUoNGX8xui9ocdUEjnNh)
=======
1. 全新交互采用模块组合的方式构建知识库
2. 问题分类 - 可以对用户的问题进行分类再执行不同的操作
3. beta 版本尚未稳定请以测试为主详细使用文档后续会补上
>>>>>>> 5f8a88d (flow chat)