Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update rust crate async-openai to 0.15.0 #138

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
async-openai dependencies minor 0.14.3 -> 0.15.0

Release Notes

64bit/async-openai (async-openai)

v0.15.0: v0.15.0

Compare Source

New

  • added : Use secrecy crate to store api_key : Secret<String> in configs #​114 by @​ironman5366
  • added: Derive Copy for enums: ImageSize, ResponseFormat, TextModerationModel, Role, and AudioResponseFormat #​117 by @​m1guelpf
  • added: Expose config getter in Client #​123 by @​Czechh
  • updated: Enum type for finish_reason to match latest spec for chat completions API #​111 by @​retrage
  • updated: ChatCompletionFunctionCall enum for better DX #​118 by @​m1guelpf
Updates from latest upstream spec 2.0.0

Chat & Completion:

  • use enums FinishReason & CompletionFinishReason for finish_reason instead of String
  • Rename struct Usage to CompletionUsage

Embeddings:

  • Add field encoding_format in CreateEmbeddingRequest

Files:

  • Update status_detail field type in OpenAIFile from object to String

Images:

  • Rename ImageData to Image to match spec
  • Rename ImageResponse to ImagesResponse to match spec

Moderations:

  • Add new fields in moderation request and response types.

Fine Tuning

  • Add new Fine Tuning APIs

Fine Tunes & Edit

  • Mark Edit and FineTunes to be deprecated

Doc comments

  • Update doc comments to match latest spec

Thank you

Thank you to the contributors (@​m1guelpf , @​Czechh ) and first time (@​ironman5366 , @​retrage ) contributors! 🎉


Configuration

📅 Schedule: Branch creation - "on the first day of the week" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from m1sk9 as a code owner November 4, 2023 15:28
@renovate renovate bot added the renovate label Nov 4, 2023
@renovate renovate bot enabled auto-merge (squash) November 4, 2023 15:28
auto-merge was automatically disabled November 7, 2023 12:18

Merge queue setting changed

@m1sk9 m1sk9 added this pull request to the merge queue Nov 7, 2023
@m1sk9 m1sk9 removed this pull request from the merge queue due to a manual request Nov 7, 2023
@m1sk9 m1sk9 merged commit 7b62e2f into main Nov 7, 2023
3 checks passed
@m1sk9 m1sk9 deleted the renovate/async-openai-0.x branch November 7, 2023 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant