fix(deps): update rust crate async-openai to 0.26 - autoclosed#6
Closed
renovate[bot] wants to merge 1 commit into
Closed
fix(deps): update rust crate async-openai to 0.26 - autoclosed#6renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
b0b820d to
903ad28
Compare
400c208 to
cdd0d96
Compare
9ddcabd to
117a9eb
Compare
4f3543c to
140c9a0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.14->0.26Release Notes
64bit/async-openai (async-openai)
v0.26.0: v0.26.0Compare Source
New
Thank you Contributors
v0.25.0: v0.25.0Compare Source
New
realtime#276examples/realtime#276v0.24.1: v0.24.1Compare Source
New
Fix: Fix service_tier serialization for
CreateChatCompletionRequest#263 by @tomgieFix: Fix content, refusal serialization for
CreateChatCompletionRequest#267 by @chirinoFix: Fix deserialization of
ListVectorStoresResponse#242 #270Thank you contributors
v0.24.0: v0.24.0Compare Source
New
VectorStoreFileErorCodeenum variants in #249 by @JensWalterCreateAssistantToolFileSearchResourceswith optional fields in #252 by @vrurgThank you contributors
v0.23.4: v0.23.4Compare Source
New
ApiErrormore user-friendly by @GabrielBianconi in #238 #240DeserializeanywhereSerializeis derived by @kczimm in #241Thank you contributors
v0.23.3: v0.23.3Compare Source
Bug Fixes
Noneoptional fields inCreateRunRequestbecause API does not accept "null" #234 #235 #236Thank you contributors
v0.23.2: v0.23.2Compare Source
Bug Fixes
max_tokensfromu16tou32for larger context window in recent models #232 #233 by @MakotoEThank you contributors
v0.23.1: v0.23.1Compare Source
Added
Audio::translate_rawUpdated
Bug Fixes
VectorStoreFileObjectChunkingStrategyandVectorStoreObjectby @hiibolt in #230Thank you contributors
v0.23.0: v0.23.0Compare Source
Added
Updated
Bug Fixes
Bytesinstead ofStringFileCitationdeserialization fix #222 by @kitaliaMiscellaneous
Thank you contributors
v0.21.0: v0.21.0Compare Source
New
Added
Updated
ApiErrorto match spec.v0.20.0: v0.20.0Compare Source
New
examples/vision-chatby @Gabriel2409 in #203Thank you contributors
v0.19.1: v0.19.1Compare Source
New
Client::buildto initialize client without overhead (full context here) by @GabrielBianconi #197examples/assistantby @sgopalan98 #200Thank you contributors
v0.19.0: v0.19.0Compare Source
New
usagefield toRunObjectin #195 by @turingbuilderEditsandFineTuneswhich were deprecated and are now fully removed from spec and official documentation. Correspondingexamplesare also deleted. Hence the minor version bumpThank you contributors
v0.18.3: v0.18.3Compare Source
New
languagefield in create transcription request #188 by @TaoaozwThank you Contributors
v0.18.2: v0.18.2Compare Source
New
Thank you Contributors
v0.18.1: v0.18.1Compare Source
New
ModifyAssistantRequestin #174 by @CakeCrusherexperimentsbranch) #178 by @ifsheldonThank you Contributors
v0.18.0: v0.18.0Compare Source
New
rustls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]by @xutianyi1999 #168queryparameter #172Thank you Contributors
v0.17.1: v0.17.1Compare Source
New
Thank you Contributors
v0.17.0: v0.17.0Compare Source
Overview
This release introduces breaking change for file input (from filesystem or in-memory) but is backward compatible, hence bumping the minor version.
New
Experimental WASM support
@ifsheldon's great effort has added WASM support, it lives in experiments branch. To use it please pin directly to git sha in your Cargo.toml. Any discussion, issues, related to WASM are welcome in https://github.com/64bit/async-openai/issues/102 . Any WASM related PRs are welcome in
experimentsbranch.New Examples
Thank you contributors
While OpenAI was going through unprecedented times, these people were shipping! so in OpenAI style:
❤️ 💙 💛 💚 ❤️ 💙 💛
@ifsheldon
@Strange-Knoll
@frankfralick
@Prosammer
❤️ 💙 💛 💚 ❤️ 💙 💛
v0.16.3: v0.16.3Compare Source
New
Thank you
v0.16.2: v0.16.2Compare Source
New
expires_atneeds to be Optional inRunObject#141system_fingerprintfield toCreateChatCompletionStreamResponse; updates to few doc comments #142New Contributors
v0.16.1: v0.16.1Compare Source
New
pubmodifiers from couple ofstructfields #139 #137v0.16.0: v0.16.0Compare Source
New
Notes about this release:
examples/*are tested.Thank you
Many thanks to contributor @m1guelpf
v0.15.0: v0.15.0Compare Source
New
secrecycrate to storeapi_key : Secret<String>in configs #114 by @ironman5366Copyfor enums:ImageSize,ResponseFormat,TextModerationModel,Role, andAudioResponseFormat#117 by @m1guelpfClient#123 by @Czechhfinish_reasonto match latest spec for chat completions API #111 by @retrageChatCompletionFunctionCallenum for better DX #118 by @m1guelpfUpdates from latest upstream spec 2.0.0
Chat & Completion:
FinishReason&CompletionFinishReasonforfinish_reasoninstead ofStringUsagetoCompletionUsageEmbeddings:
encoding_formatinCreateEmbeddingRequestFiles:
status_detailfield type inOpenAIFilefrom object toStringImages:
ImageDatatoImageto match specImageResponsetoImagesResponseto match specModerations:
Fine Tuning
Fine Tunes & Edit
EditandFineTunesto be deprecatedDoc comments
Thank you
Thank you to the contributors (@m1guelpf , @Czechh ) and first time (@ironman5366 , @retrage ) contributors! 🎉
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.