Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Latest commit

 

History

History
139 lines (74 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

139 lines (74 loc) · 1.9 KB

Changelog

All notable changes to chatgpt-php will be documented in this file.

2.1.2 - 2023-07-17

  1. fix undefined paid.

2.1.1 - 2023-07-17

  1. fix name undefined.

2.1.0 - 2023-07-06

  1. Deprecated: paid parameter in addAccount method.
  2. Add arkose_token and fix GPT-4.
  3. addAccount method add arkose_token parameter.
  4. ask method adds more return values to support continue writing.
  5. Add some new method.

2.0.4 - 2023-04-25

  1. Update V1 API

2.0.3 - 2023-03-31

  1. Sync V1 V2 return.
  2. Update tests.

2.0.2 - 2023-03-31

  1. Bug Fix
  2. Doc update

2.0.1 - 2023-03-31

  1. Doc update.

2.0.0 - 2023-03-31

  1. Update stream mode return.

1.8.0 - 2023-03-26

Update V1 API and change error thrown.

1.7.2 - 2023-03-17

Fix V1 PHP7.4 support.

1.7.1 - 2023-03-15

V1 support GPT-4 now.

1.7.0 - 2023-03-10

Update new V1 api endpoint.

1.6.2 - 2023-03-09

Fix errors

1.6.1 - 2023-03-09

Add headers for bypass cloudflare 403.

1.6.0 - 2023-03-09

Add PHP 7.4 Support.

1.5.3 - 2023-03-09

Fix V1 endpoint. (By Pawan's API)

1.5.2 - 2023-03-06

Use apps.openai.com as V1 default api endpoint.

1.5.1 - 2023-03-06

Remove str_replace. It may cause return code string error.

1.5.0 - 2023-03-03

Fix spelling error.

1.4.5 - 2023-03-03

Add checkStreamFields method.

1.4.4 - 2023-03-03

Update V2 tests.

1.4.3 - 2023-03-03

Update CHANGELOG.

1.4.2 - 2023-03-03

Add unit tests and some actions. Fix some errors.

1.4.1 - 2023-03-03

Fix construct error.

1.4.0 - 2023-03-02

Update LICENSE.

1.3.1 - 2023-03-02

Update README.

1.3.0 - 2023-03-02

Rename message return field to answer.

1.2.0 - 2023-03-02

Add BaseUrl setting for V2.

1.1.2 - 2023-03-02

Update V1 check fields.

1.1.1 - 2023-03-02

Add catch for Guzzle.

1.1.0 - 2023-03-02

Fix V2 Official API Authorization Error.

1.0.0 - 2023-03-02

Ready for production.