Skip to content

Releases: carusyte/GAI-Choy

v0.4.2

31 Jul 03:44

Choose a tag to compare

  • Added support for gpt-4.1 model

v0.4.1

10 Mar 07:00

Choose a tag to compare

  • Added reasoning effort option for o1 model
  • Fix output format

v0.4.0

10 Mar 03:16

Choose a tag to compare

  • Added support for o1 model.

v0.3.0

13 Nov 07:05

Choose a tag to compare

  • Added support for o1-preview and o1-mini models.

v0.2.4

27 May 09:46

Choose a tag to compare

Added support for gpt-4o model and 2024-05-01-preview API version.

v0.2.3

26 Mar 06:52

Choose a tag to compare

  • Fix code-completion response processing issue while using API version newer than 2023-12-01-preview

v0.2.2

19 Mar 06:56

Choose a tag to compare

  • Support Azure OpenAI API version 2024-02-01

v0.2.1

22 Feb 13:52

Choose a tag to compare

  • Added configurable timeout setting and retry mechanism to accommodate network / cloud service performance variation.
  • Minor enhancement to code indentation in completion.
  • Chat function can now take into account custom API parameters configured in settings.
  • Update LICENSE template.

v0.2.0

07 Feb 08:08

Choose a tag to compare

  • Support 2023-12-01-preview API version and enable response_format: {"type": "json_object"} by default in code completion
  • Fix triple-backticks issue in code-completion response
  • Add API parameters setting to support customization and parameter tweaking such as temperature
  • Update logo (generated by DALL-E)

v0.1.11

30 Jan 02:37

Choose a tag to compare

  • Add setting to allow self-signed certificate which could be useful in dev / test stages