- Change example with std::future response
- Add Response class
- Add struct ServerResponse contain server data response
- Add std::future return type for asynchronously support
- Change ApiHelper to class with async support
-
Change Error Codes: 1xx - informational : OK 2xx - successful : OK 3xx - redirection : OK 4xx - client error : not OK 5xx - client error : not OK
-
Remove unnecessary std::cout from ApiHelper.cpp
- Remove Engines support ( The Engines endpoints are deprecated. )
- Remove unnecessary options in CMakeList.txt
- Add class OpenAIException
- Official release of Library
- Test all library
- Fix some bugs
- Add repository to GitHub
- Add CPack to CMake file to make Packages
- Add vcpkg.json
- Add requesting for organization id to client class
- Add Endpoits for Fine-tunes
- Fix some bugs
- Add error handling with std::runtime_error
- Add Endpoits for Files
- Add Endpoits for Upload file
- Add Endpoits for Models
- Add Endpoits for Create image
- Add Endpoits for Create embeddings
- Add libcurl with openssl support
- Test libcurl with openssl support
- Fix some bugs
- Test JSON response
- Add getResponseCode() function
- Add getResponseBody() function
- Fix bugs in file CMakeLists.txt
- Set C++ standard 17 to CMake file
- Fix some bugs
- Add CMake support for Linux
- add Examples to repository
- test library for Completion request
- change return type of all fuction with JSON object
- Fix some bugs
- Add form support
- Fix some bugs
- add endpoits header file
- Fixed typos in both code templates
- Back to top links
- Added more "Built With" frameworks/libraries
- Changed table of contents to start collapsed
- Some packages/libraries from acknowledgements I no longer use