Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
luochen1990 committed Aug 9, 2024
1 parent 5cd8306 commit 263aa25
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand Down

0 comments on commit 263aa25

Please sign in to comment.