A client for using Open AI API.
This allows other projects to have this one as prerequisite, invoke the API provided and have Open AI models underneath to solve machine learning tasks.
This project offers the features in Open AI as different API clients for search, completion, classification and question answering. It also provides examples on how to use each of them.
Since Open AI requires authentication through personal keys provided to registered users, you need to provide your own key in order to use it.
- The code is licensed under MIT.
- The documentation is licensed under CC BY-SA 4.0.
To load the project in a Pharo image follow these instructions.
Check the Contribution Guidelines