Skip to content

Releases: WhiteMagic2014/gpt-magic

v1.9.6

14 May 03:46
Compare
Choose a tag to compare
  • Add new models in GptModel. (gpt-4o)

v1.9.5

29 Apr 09:01
Compare
Choose a tag to compare
  • Update: The CreateChatCompletionRequest now includes a new method, sendForResponse, which returns a CreateChatCompletionResponse. This object not only contains the choice list returned by the sendForChoices method, but also includes additional information such as the token usage for this request.

v1.9.4

19 Apr 09:08
Compare
Choose a tag to compare
  • Update models in GptModel. (0125 -> gpt-4-turbo-2024-04-09)
  • Vision requests can now use JSON mode and function
    calling. see more

v1.9.3

05 Feb 07:07
Compare
Choose a tag to compare

Update models in GptModel. (1106 -> 0125)

v1.9.2

07 Dec 08:55
Compare
Choose a tag to compare
  • Fixed the bug that occurred when specifying the calling method using toolChoiceFunction in
    CreateChatCompletionRequest.

v1.9.1

06 Dec 10:54
Compare
Choose a tag to compare
  • Update: RequestUtil now includes a new method called streamRequestV2, which is an extended version of streamRequest
    and provides enhanced support for the function mode.

v1.9.0

20 Nov 07:44
Compare
Choose a tag to compare
  • Update: update models in GptModel.class
  • Update: Renamed ChatTool(function) to FunctionTool and introduced new tools: CodeInterpreterTool and RetrievalTool.
  • Update: Enhanced CreateFineTuningJobRequest with two additional parameters: BatchSize and LearningRateMultiplier.
  • New: Introduced a new request "ListFineTuningJobsRequest" to the file-tuning feature.
  • New: Assistants Apis
  • New: Threads Apis
  • New: Messages
  • New: Runs

v1.8.0

09 Nov 11:41
Compare
Choose a tag to compare
  • Deprecated: Removed outdated methods. (FileTunes,Edit)
  • Updated: CreateImageRequest now support dall-e-3.
  • New: CreateSpeechRequest is available. It can trans text to speech.
  • Updated and Deprecated: The function in ChatMessage and CreateChatCompletionRequest is deprecated, please use the tool now, you can refer to the code in demo.class.

v1.7.1

03 Nov 11:07
Compare
Choose a tag to compare
  • Fixed the issue where DefaultGptHttpUtil sometimes fails to correctly throw RuntimeException.

v1.7.0

23 Aug 06:13
Compare
Choose a tag to compare
  • Please read gpt-3-5-turbo-fine-tuning-and-api-updates
  • Deprecated: Requests under the FineTunes package have been replaced by the FineTuning requests.
  • New: RequestUtil.streamRequest method (Get String result content with stream model)