tbckr / sgpt

SGPT is a command-line tool that provides a convenient way to interact with OpenAI models, enabling users to run queries, generate shell commands and produce code directly from the terminal.
MIT License
242 stars 25 forks source link

fix(deps): update module github.com/sashabaranov/go-openai to v1.19.3 #229

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/sashabaranov/go-openai v1.19.2 -> v1.19.3 age adoption passing confidence

Release Notes

sashabaranov/go-openai (github.com/sashabaranov/go-openai) ### [`v1.19.3`](https://togithub.com/sashabaranov/go-openai/releases/tag/v1.19.3) [Compare Source](https://togithub.com/sashabaranov/go-openai/compare/v1.19.2...v1.19.3) #### What's Changed - Add GPT3Dot5Turbo0125 model by [@​liushuangls](https://togithub.com/liushuangls) in [https://github.com/sashabaranov/go-openai/pull/648](https://togithub.com/sashabaranov/go-openai/pull/648) - Fix: Add RunStatusCancelled by [@​shadowpigy](https://togithub.com/shadowpigy) in [https://github.com/sashabaranov/go-openai/pull/650](https://togithub.com/sashabaranov/go-openai/pull/650) - Fix typo assitantInstructions by [@​chrbsg](https://togithub.com/chrbsg) in [https://github.com/sashabaranov/go-openai/pull/655](https://togithub.com/sashabaranov/go-openai/pull/655) - Added support for CreateSpeech Azure models by [@​zjy282](https://togithub.com/zjy282) in [https://github.com/sashabaranov/go-openai/pull/657](https://togithub.com/sashabaranov/go-openai/pull/657) - Feat: Add assistant usage by [@​shadowpigy](https://togithub.com/shadowpigy) in [https://github.com/sashabaranov/go-openai/pull/649](https://togithub.com/sashabaranov/go-openai/pull/649) #### New Contributors - [@​shadowpigy](https://togithub.com/shadowpigy) made their first contribution in [https://github.com/sashabaranov/go-openai/pull/650](https://togithub.com/sashabaranov/go-openai/pull/650) - [@​chrbsg](https://togithub.com/chrbsg) made their first contribution in [https://github.com/sashabaranov/go-openai/pull/655](https://togithub.com/sashabaranov/go-openai/pull/655) **Full Changelog**: https://github.com/sashabaranov/go-openai/compare/v1.19.2...v1.19.3

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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 7 months ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5f37484) 75.72% compared to head (217099b) 75.54%. Report is 26 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #229 +/- ## ========================================== - Coverage 75.72% 75.54% -0.18% ========================================== Files 19 20 +1 Lines 1281 1284 +3 ========================================== Hits 970 970 - Misses 223 226 +3 Partials 88 88 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.