Skip to content

v0.2.0

Compare
Choose a tag to compare
@MarkDaoust MarkDaoust released this 26 Sep 21:21
· 278 commits to main since this release
fb12ada
  • Add support for tuning:
    • Add get_tuned_model.
    • Add list_tuned_models.
    • Add create_tuned_model.
  • More flexible safety settings:
    • Accept strings and ints for enums.
  • Accept a {category:threshold} dict in addition to the list of dicts format ([{"category": category, "threshold": threshold}, ...]).
  • Add support for batched embeddings.