v0.2.0
- 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.