Skip to content

Releases: unifyai/unify

v0.9.6

23 Sep 18:07
Compare
Choose a tag to compare

Fixed rich dependency issue and fixed max_completion_tokens issue.

v0.9.5

22 Sep 18:17
Compare
Choose a tag to compare

Updates to benchmarking classes, such as Dataset and Evaluator, and also the representations of these classes, and setting representation modes.

v0.9.4

13 Sep 09:16
Compare
Choose a tag to compare
fixed bug in AsyncUnify streaming.

v0.9.3

06 Sep 09:03
6a5a469
Compare
Choose a tag to compare
Update pyproject.toml

v0.9.2

09 Aug 16:02
Compare
Choose a tag to compare
pass internal api key explicitly

v0.9.1

09 Aug 15:35
Compare
Choose a tag to compare
update version

v0.9.0

09 Aug 12:56
4183086
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.6...0.9.0

v0.8.6

02 Aug 18:59
Compare
Choose a tag to compare
  • Generalized the client to accept arbitrary keywords arguments
  • Added several extra utility functions

v0.8.5 - Added package signature to client

21 Jun 16:49
Compare
Choose a tag to compare

Added extra body argument signature to generation calls

v0.8.4 - Added more generation args

12 Jun 16:40
Compare
Choose a tag to compare
  • Added max_tokens and temperature arguments.
  • Fix stop argument to support list of strings.