From 263aa25040a99c46fad20c6e3826ded77de2f9e8 Mon Sep 17 00:00:00 2001 From: LuoChen Date: Fri, 9 Aug 2024 15:05:04 +0800 Subject: [PATCH] chore: update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ce6ed61..45693cb 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,15 @@ With these tools, you don't need to redesign the entire software to leverage AI Even so, you don't need to learn anything about the OpenAI SDK to achieve these tasks, all within just a few minutes! +Features +-------- + +1. The `@ai_powered` decorator auto provide implementation for your python function with signature and docstring (call LLM underground) +2. The `@make_tool` decorator turn your python function (with type annotations) into tools available by OpenAI API +3. The `ChatBot` class can be inherited to create your own chatbot with tools empowered +4. Strict type annotation (validated by pylance the strict mode) +5. With unit test, and test coverage ratio is monitored + Usage ---