chat_gpt_sdk 2.2.4 copy "chat_gpt_sdk: ^2.2.4" to clipboard
chat_gpt_sdk: ^2.2.4 copied to clipboard

create chat bot and other bot with ChatGPT SDK Support GPT-4 , 3.5 and SSE Generate Prompt (Stream)

1.0.1+4 #

  • Fix bug Http status error [429] error

1.0.1+5 #

Add Parameter HttpSetup

  • sendTimeout
  • connectTimeout
  • receiveTimeout

1.0.2 #

New Feature

  • Generation Image With Prompt

1.0.2 + 1 #

  • Fix Bug

1.0.2 + 3 #

  • Fix Bug
  • Add stop field in complete request
  • New example
  • Bloc code complete and error

1.0.2 + 4 #

  • Refactor and Fix Bug

2.0.0 #

  • add b64 field in response generate image

2.0.1 #

  • update client library
  • change method name
    • onCompleteText as onCompletion
    • onCompleteStream as onCompletionStream
  • Support ChatGPT 3.5 turbo
    • Add new Model
    • kChatGptTurboModel
    • kChatGptTurbo0301Model
    • New Method
    • onChatCompletion
    • onChatCompletionStream

2.0.2 #

  • Fix bug
  • change top_p to topP in ChatComplete

2.0.5 #

  • HttpSetup add proxy
  • Generate Image Change parameter to enum

2.0.6 #

  • Deprecated Methods
    • onChatCompletionStream
    • onCompletionStream
  • Support Stream Parameter Make SSE With Generate Prompt
    • onCompletionSSE
    • onChatCompletionSSE

2.0.7 #

  • Update
    • Stop Generating prompt Method
    • parentId message in response data
    • change model string to enum type

2.0.8 #

  • Features
    • Edit
      • Edit Prompt
      • Edit Image
      • Variations
    • Cancel Generate
      • Complete Text
      • Chat Complete
      • Edit
      • File
      • Audio
      • Embedding
    • File
      • Get File
      • Upload File
      • Delete File
      • Retrieve File
      • Retrieve Content File
    • Audio
      • Audio Translate
      • Audio Transcribe
    • Embedding
    • Update README

2.0.9 #

  • Features
    • Fine-tunes
      • Create Fine tune
      • Fine Tune List
      • Fine Tune List Stream (SSE)
      • Retrieve
      • Cancel
      • Delete
    • Moderation's
  • Remove Method Deprecate

2.1.0 #

  • Fix Bug
  • Chat Complete SSE change json name
  • update docs

2.1.3 #

  • Add New Error Handle
  • change isLog to enableLog

2.1.4 #

  • Add New Error Handle

2.1.5 #

  • Add New Error Handle

2.1.6 #

  • New Handle Cancel Request
  • Add New Example Cancel Request

2.1.7 #

  • Change Response name

2.1.8 #

  • Fig but convert type error

2.1.9 #

  • new models data
  • completion custom model
  • chat complete custom model
  • fineTune custom model
  • embedded custom model
  • edit custom model

2.2.0 #

  • update new model
    • gpt-4-0613
    • gpt-3.5-turbo-0613
  • Support Function calling

2.2.1 #

  • Fig dio deprecate method

2.2.2 #

  • Fig openai function call require parameter name

2.2.3 #

  • Fig openai optional error with null value

2.2.4 #

  • add header orgId
280
likes
0
pub points
97%
popularity

Publisher

unverified uploader

create chat bot and other bot with ChatGPT SDK Support GPT-4 , 3.5 and SSE Generate Prompt (Stream)

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dio, http_parser

More

Packages that depend on chat_gpt_sdk