openai_gpt3_api 0.1.3
openai_gpt3_api: ^0.1.3 copied to clipboard
A wrapper for the HTTP calls to the OpenAI API for the language model GPT-3.
0.0.1 15.04.2021 #
- Add API calls for search, completion and classification.
0.0.2 15.04.2021 #
- Add API calls for answering questions.
0.1.0 19.04.2021 #
- Add API calls for the API endpoint files.
- Add further tests.
0.1.1 19.04.2021 #
- Remove unused, auto-generated methods
- Remove flutter dependencies
0.1.2 20.04.2021 #
- Remove the dependency on the dart:io package by substituting the HttpHeaders by their actual values.
0.1.3 08.05.2021 #
- Change the json_serializable dependency to a dev dependency.
- Update build_runner version