From 6d0dc6be82ffddc5f421782d42dc2ee46566a60a Mon Sep 17 00:00:00 2001 From: LuoChen Date: Sat, 10 Aug 2024 12:38:26 +0800 Subject: [PATCH] chore: update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f255be..5e96c34 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,9 @@ 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 +4. Full async support and sync compatible, use either style you want +5. Strict type annotation (validated by pylance the strict mode) +6. With unit test, and test coverage ratio is monitored Usage ---