v0.13.0
·
130 commits
to main
since this release
New
Breaking changes
- updated: Chat streaming response types now reflect the OpenAPI spec #92
ChatCompletionResponseStreamMessage
is nowChatCompletionStreamResponseDelta
ChatChoiceDelta
is nowChatCompletionResponseStreamMessage
- fixed:
r#type
field ofApiError
is changed fromString
toOption<String>
to support Azure OpenAI service error spec #95
New Examples
examples/fine-tune-cli
by @Doordashcon #84examples/function-call-stream
by @oslfmt #90
New Contributors
- @Doordashcon made their first contribution in #84 🎉
- @oslfmt made their first contribution in #85 🎉
- @ChristopherJMiller made their first contribution in #95 🎉