diff --git a/Directory.Build.props b/Directory.Build.props index 3871c760..091643ab 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -2,7 +2,7 @@ 10.0 ..\..\..\packages - 0.17.0 + 0.18.0 true \ No newline at end of file diff --git a/README.md b/README.md index fac34c94..7c000621 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,13 @@ It's written in C# running on .Net Core that is full cross-platform framework, t ### Some Features * Built-in multi-agents and conversation with state management. +* Support multiple LLM Planning approaches to handle different tasks. * Built-in RAG related interfaces, Memeory based vector searching. -* Support multiple LLM platforms (ChatGPT, PaLM 2, LLaMA 2). +* Support multiple LLM platforms (ChatGPT 3.5 / 4.0, PaLM 2, LLaMA 2). * Allow multiple agents with different responsibilities cooperate to complete complex tasks. * Build, test, evaluate and audit your LLM agent in one place. * Support different open source UI [Chatbot UI](src/Plugins/BotSharp.Plugin.ChatbotUI/Chatbot-UI.md), [HuggingChat UI](src/Plugins/BotSharp.Plugin.HuggingFace/HuggingChat-UI.md). -* Integrate with popular message channels like Facebook Messenger, Slack and Telegram. +* Abstract standard Rich Content data structure. Integrate with popular message channels like Facebook Messenger, Slack and Telegram. ### Quick Started 1. Run backend service diff --git a/docs/conf.py b/docs/conf.py index 8eb3a408..9f82c310 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,9 +64,9 @@ author = 'Haiping Chen' # built documents. # # The short X.Y version. -version = '0.16' +version = '0.18' # The full version, including alpha/beta/rc tags. -release = '0.16.0' +release = '0.18.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.