Releases: WhiteMagic2014/gpt-magic
Releases · WhiteMagic2014/gpt-magic
v1.9.6
- Add new models in GptModel. (gpt-4o)
v1.9.5
- 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
v1.9.3
Update models in GptModel. (1106 -> 0125)
v1.9.2
- Fixed the bug that occurred when specifying the calling method using toolChoiceFunction in
CreateChatCompletionRequest.
v1.9.1
- 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
- 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
- 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
- Fixed the issue where DefaultGptHttpUtil sometimes fails to correctly throw RuntimeException.
v1.7.0
- 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)