You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ Learn more about tool calling <https://gorilla.cs.berkeley.edu/leaderboard.html>
20
20
-[Run in Docker](#run-in-docker)
21
21
-[Usage](#usage)
22
22
-[Use cases](#use-cases)
23
+
-[Responsible AI Practices](#responsible-ai-practices)
24
+
-[Limitations](#limitations)
23
25
-[Contributing](#contributing)
24
26
-[License](#license)
25
27
@@ -179,7 +181,15 @@ This project implements several responsible AI practices:
179
181
* Customer Support Automation: Enables customer support teams to quickly send airtime or messages to clients using natural language commands, improving efficiency and response times.
180
182
* Marketing Campaigns: Facilitates the automation of promotional messages and airtime rewards to customers, enhancing engagement and retention.
181
183
* 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.
183
193
184
194
## Contributing
185
195
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