All notable changes to chatgpt-php
will be documented in this file.
- fix undefined paid.
- fix name undefined.
- Deprecated:
paid
parameter inaddAccount
method. - Add arkose_token and fix GPT-4.
addAccount
method add arkose_token parameter.ask
method adds more return values to support continue writing.- Add some new method.
- Update V1 API
- Sync V1 V2 return.
- Update tests.
- Bug Fix
- Doc update
- Doc update.
- Update stream mode return.
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.