Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions BotSharp.Platform.Models/AiResponse/AIResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public AiResponse()

public string Source { get; set; }

public string Text { get; set; }

public double Score { get; set; }

public List<NlpEntity> Entities { get; set; }
Expand Down
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ The Open Source AI Chatbot Platform Builder
.. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true


This project is for learning purposes only, please do not use it in a production environment.
**********************************************************************************************

*"Conversation as a platform (CaaP) is the future, so it's perfect that we're already offering the whole toolkits to our .NET developers using the BotSharp AI BOT Platform Builder to build a CaaP. It opens up as much learning power as possible for your own robots and precisely control every step of the AI processing pipeline."*

**BotSharp** is an open source machine learning framework for AI Bot platform builder. This project involves natural language understanding, computer vision and audio processing technologies, and aims to promote the development and application of intelligent robot assistants in information systems. Out-of-the-box machine learning algorithms allow ordinary programmers to develop artificial intelligence applications faster and easier.
Expand Down
2 changes: 0 additions & 2 deletions README_zh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@

.. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true

本项目用于学习和交流人工智能聊天机器人平台构建的相关技术,本人对于任何用于生产环境而产生的风险和损失不负责任
**************************************************************************************************

*"Conversation as a platform (CaaP) is the future, so it's perfect that we're already offering the whole toolkits to our .NET developers using the BotSharp AI BOT Platform Builder to build a CaaP. It opens up as much learning power as possible for your own robots and precisely control every step of the AI processing pipeline."*

Expand Down