Skip to content

Commit 10e7805

Browse files
committed
Edit.
1 parent d4ce958 commit 10e7805

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Learn more about tool calling <https://gorilla.cs.berkeley.edu/leaderboard.html>
2020
- [Run in Docker](#run-in-docker)
2121
- [Usage](#usage)
2222
- [Use cases](#use-cases)
23+
- [Responsible AI Practices](#responsible-ai-practices)
24+
- [Limitations](#limitations)
2325
- [Contributing](#contributing)
2426
- [License](#license)
2527

@@ -179,7 +181,15 @@ This project implements several responsible AI practices:
179181
* Customer Support Automation: Enables customer support teams to quickly send airtime or messages to clients using natural language commands, improving efficiency and response times.
180182
* Marketing Campaigns: Facilitates the automation of promotional messages and airtime rewards to customers, enhancing engagement and retention.
181183
* Emergency Notifications: Allows rapid dissemination of urgent alerts and notifications to a large number of recipients using simple prompts.
182-
* Educational Tools: Provides a practical example for teaching how to integrate APIs with natural language processing, which can be beneficial for coding bootcamps and workshops.
184+
* Educational Tools: Provides a practical example for teaching how to integrate APIs with natural language processing, which can be beneficial for coding bootcamps and workshops.
185+
* Multilingual Support: Supports multiple languages when sending messages and airtime, making it accessible to a diverse range of users. Testing for Arabic, French, English and Portuguese.
186+
187+
## Limitations
188+
- The project is limited to sending airtime, searching for news, and messages using the Africa's Talking API. The functionality can be expanded to include other APIs and services.
189+
190+
- The jailbreaking of the LLMS is a limitation. The LLMS are not perfect and can be manipulated to produce harmful outputs. This can be mitigated by using a secure environment and monitoring the outputs for any malicious content. However, the Best of N technique and prefix injection were effective in changing model behavior.
191+
192+
- A small number of test cases were used to test the project. More test cases can be added to cover a wider range of scenarios and edge cases.
183193

184194
## Contributing
185195
Contributions are welcome. If you would like to contribute to the project, you can fork the repository, create a new branch, make your changes and then create a pull request.

0 commit comments

Comments
 (0)