Releases: rellfy/openai
Releases · rellfy/openai
1.0.0-alpha.16
What's Changed
- fix: change order of ApiResponse discriminants by @seffradev in #37
- Add
response_format
to ChatCompletionRequest by @agrinman in #33 - add Eq, PartialEq to ChatCompletionMessageRole by @n01e0 in #34
- chore(deps): update derive_builder requirement from 0.12.0 to 0.20.0 by @dependabot in #26
- Update reqwest to 0.12 by @rellfy in #40
- Derive Clone and PartialEq on ChatCompletionBuilder by @rellfy in #41
New Contributors
- @seffradev made their first contribution in #37
- @agrinman made their first contribution in #33
- @n01e0 made their first contribution in #34
Full Changelog: 1.0.0-alpha.15...1.0.0-alpha.16
1.0.0-alpha.15
Fix Embedding distance calculation (#35)
1.0.0-alpha.14
What's Changed
- chore(deps): update reqwest-eventsource requirement from 0.4.0 to 0.5.0 by @dependabot in #14
- Revert "chore(deps): update reqwest-eventsource requirement from 0.4.0 to 0.5.0" by @rellfy in #15
- #16 make base url customizable by @netr in #18
- Fix tests by @rellfy in #24
- Adding seed to ChatCompletion by @notdanilo in #23
- Check cargo fmt in CI by @rellfy in #25
New Contributors
- @dependabot made their first contribution in #14
- @netr made their first contribution in #18
- @notdanilo made their first contribution in #23
Full Changelog: 1.0.0-alpha.13...1.0.0-alpha.14
1.0.0-alpha.13
chore: bump version
1.0.0-alpha.12
Merge pull request #10 from AlbertMarashi/master Add function calling API.
1.0.0-alpha.11
chore: bump version
1.0.0-alpha.10
Merge pull request #4 from rellfy/bump-version Bump version
1.0.0-alpha.9
docs: fix test badge