fix(deps): update rust crate async-openai to 0.26.0 #90
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.2
->0.26.0
Release 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
VectorStoreFileErorCode
enum variants in #249 by @JensWalterCreateAssistantToolFileSearchResources
with optional fields in #252 by @vrurgThank you contributors
v0.23.4
: v0.23.4Compare Source
New
ApiError
more user-friendly by @GabrielBianconi in #238 #240Deserialize
anywhereSerialize
is derived by @kczimm in #241Thank you contributors
v0.23.3
: v0.23.3Compare Source
Bug Fixes
None
optional fields inCreateRunRequest
because API does not accept "null" #234 #235 #236Thank you contributors
v0.23.2
: v0.23.2Compare Source
Bug Fixes
max_tokens
fromu16
tou32
for larger context window in recent models #232 #233 by @MakotoEThank you contributors
v0.23.1
: v0.23.1Compare Source
Added
Audio::translate_raw
Updated
Bug Fixes
VectorStoreFileObjectChunkingStrategy
andVectorStoreObject
by @hiibolt in #230Thank you contributors
v0.23.0
: v0.23.0Compare Source
Added
Updated
Bug Fixes
Bytes
instead ofString
FileCitation
deserialization fix #222 by @kitaliaMiscellaneous
Thank you contributors
v0.21.0
: v0.21.0Compare Source
New
Added
Updated
ApiError
to match spec.v0.20.0
: v0.20.0Compare Source
New
examples/vision-chat
by @Gabriel2409 in #203Thank you contributors
v0.19.1
: v0.19.1Compare Source
New
Client::build
to initialize client without overhead (full context here) by @GabrielBianconi #197examples/assistant
by @sgopalan98 #200Thank you contributors
v0.19.0
: v0.19.0Compare Source
New
usage
field toRunObject
in #195 by @turingbuilderEdits
andFineTunes
which were deprecated and are now fully removed from spec and official documentation. Correspondingexamples
are also deleted. Hence the minor version bumpThank you contributors
v0.18.3
: v0.18.3Compare Source
New
language
field 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
ModifyAssistantRequest
in #174 by @CakeCrusherexperiments
branch) #178 by @ifsheldonThank you Contributors
v0.18.0
: v0.18.0Compare Source
New
rustls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]
by @xutianyi1999 #168query
parameter #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
experiments
branch.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_at
needs to be Optional inRunObject
#141system_fingerprint
field toCreateChatCompletionStreamResponse
; updates to few doc comments #142New Contributors
v0.16.1
: v0.16.1Compare Source
New
pub
modifiers from couple ofstruct
fields #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
secrecy
crate to storeapi_key : Secret<String>
in configs #114 by @ironman5366Copy
for enums:ImageSize
,ResponseFormat
,TextModerationModel
,Role
, andAudioResponseFormat
#117 by @m1guelpfClient
#123 by @Czechhfinish_reason
to match latest spec for chat completions API #111 by @retrageChatCompletionFunctionCall
enum for better DX #118 by @m1guelpfUpdates from latest upstream spec 2.0.0
Chat & Completion:
FinishReason
&CompletionFinishReason
forfinish_reason
instead ofString
Usage
toCompletionUsage
Embeddings:
encoding_format
inCreateEmbeddingRequest
Files:
status_detail
field type inOpenAIFile
from object toString
Images:
ImageData
toImage
to match specImageResponse
toImagesResponse
to match specModerations:
Fine Tuning
Fine Tunes & Edit
Edit
andFineTunes
to be deprecatedDoc comments
Thank you
Thank you to the contributors (@m1guelpf , @Czechh ) and first time (@ironman5366 , @retrage ) contributors! 🎉
v0.14.3
: v0.14.3Compare Source
New
Debug
implementation forAzureConfig
andOpenAIConfig
to prevent printing of API key #112New Contributors
Configuration
📅 Schedule: Branch creation - "* * 1 */3 *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.