Skip to content

Bump Betalgo.OpenAI.GPT3 from 6.7.3 to 6.8.4#5

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Betalgo.OpenAI.GPT3-6.8.4
Open

Bump Betalgo.OpenAI.GPT3 from 6.7.3 to 6.8.4#5
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/Betalgo.OpenAI.GPT3-6.8.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2023

Bumps Betalgo.OpenAI.GPT3 from 6.7.3 to 6.8.4.

Release notes

Sourced from Betalgo.OpenAI.GPT3's releases.

6.8.3

Breaking Changes: I am going to update library namespace from Betalgo.OpenAI.GPT3 to OpenAI.GPT3. This is the first time I am trying to update my nuget packageId. If something broken, please be patient. I will be fixing it soon. Reverted namespace change, maybe next time.

Small Typo change on model name Model.GPT4 to Model.GPT_4

ServiceCollection.AddOpenAIService(); now returns IHttpClientBuilder which means it allows you to play with httpclient object. Thanks for all the reporters and @​LGinC. Here is a little sample

ServiceCollection.AddOpenAIService()
.ConfigurePrimaryHttpMessageHandler((s => new HttpClientHandler
{
    Proxy = new WebProxy("1.1.1.1:1010"),
});

6.8.1

  • Breaking Change: Typo fixed in Content Moderation CategoryScores, changing Sexualminors to SexualMinors. Thanks to @​HowToDoThis.
  • Tokenizer changes thanks to @​IS4Code.
    • Performance improvement
    • Introduced a new method TokenCount that returns the number of tokens instead of a list.
    • Breaking Change: Removed overridden methods that were basically string conversions. I think these methods were not used much and it is fairly easy to do these conversions outside of the method. If you disagree, let me know and I can consider adding them back.

What's Changed

Full Changelog: betalgo/openai@v6.8.0...v6.8.1

6.8.0

What's Changed

New Contributors

Full Changelog: betalgo/openai@v6.7.3...v6.8.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [Betalgo.OpenAI.GPT3](https://github.com/betalgo/openai) from 6.7.3 to 6.8.4.
- [Release notes](https://github.com/betalgo/openai/releases)
- [Commits](betalgo/openai@v6.7.3...v6.8.4)

---
updated-dependencies:
- dependency-name: Betalgo.OpenAI.GPT3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants