Skip to content

v0.13.0

Compare
Choose a tag to compare
@64bit 64bit released this 08 Aug 21:51
· 130 commits to main since this release
async-openai-v0.13.0
263eb70

New

Breaking changes

  • updated: Chat streaming response types now reflect the OpenAPI spec #92
    • ChatCompletionResponseStreamMessage is now ChatCompletionStreamResponseDelta
    • ChatChoiceDelta is now ChatCompletionResponseStreamMessage
  • fixed: r#type field of ApiError is changed from String to Option<String> to support Azure OpenAI service error spec #95

New Examples

New Contributors