Skip to content

Releases: WhiteMagic2014/gpt-magic

new: chat result in stream

19 May 07:01
Compare
Choose a tag to compare
  • New: When using CreateChatCompletionRequest and CreateCompletionRequest, if the stream mode is set to 'true', an OutputStream can be provided to receive the returned stream data.

Calculate Embeddings

08 May 02:39
Compare
Choose a tag to compare
  • Optimize: CreateEmbeddingsRequest now retrieves embeddings as double instead of float.
  • New: Add Distance.class. Calculate cosine distance for embeddings.

Optimize: Failure message

07 Apr 04:40
Compare
Choose a tag to compare
  • Optimize: Distinguish between sending failure and parsing failure in GptRequest.class

Optimize: Add GptModel list

15 Mar 04:02
Compare
Choose a tag to compare

Optimize: Add GptModel.class list some available models for request; You can choose models instead of type the model name

V1.3: - New: chat apis

02 Mar 08:35
Compare
Choose a tag to compare

New: chat apis
New: audio apis