Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mzattera authored Mar 4, 2024
1 parent b479cae commit f32eccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# predictive-powers

**`predictive-powers` is a library to easily create autonomous [agents](#agents) using generative AI (GenAI) services.
**`predictive-powers` is a library to easily create autonomous [agents](https://mzattera.github.io/predictive-powers/#agents) using generative AI (GenAI) services.
It has been featured in a chapter of the book
"[Ultimate ChatGPT Handbook for Enterprises](https://www.amazon.com/Ultimate-ChatGPT-Handbook-Enterprises-Solution-Cycles-ebook/dp/B0CNT9YV57)"
which I co-authored with Dr. Harald Gunia and Karolina Galinska.**

Advantages of using this library:

1. Adds an abstraction layer for GenAI capabilities, this allows to plug-in different providers seamlessly (see "[Services](#services)" below)
1. Adds an abstraction layer for GenAI capabilities, this allows to plug-in different providers seamlessly
and reduces amount of code needed to access these capabilities.

2. Hides a lot of the underlying API complexity. For example:
Expand Down

0 comments on commit f32eccd

Please sign in to comment.