All notable changes to chatgpt-php
will be documented in this file.
Update V1 API and change error thrown.
Fix V1 PHP7.4 support.
V1 support GPT-4 now.
Update new V1 api endpoint.
Fix errors
Add headers for bypass cloudflare 403.
Add PHP 7.4 Support.
Fix V1 endpoint. (By Pawan's API)
Use apps.openai.com as V1 default api endpoint.
Remove str_replace. It may cause return code string error.
Fix spelling error.
Add checkStreamFields method.
Update V2 tests.
Update CHANGELOG.
Add unit tests and some actions. Fix some errors.
Fix construct error.
Update LICENSE.
Update README.
Rename message return field to answer.
Add BaseUrl setting for V2.
Update V1 check fields.
Add catch for Guzzle.
Fix V2 Official API Authorization Error.
Ready for production.