Revision history for OpenAPI-Client-OpenAI
0.12 2024-11-18
- Added examples/get-embeddings.pl to the MANIFEST
0.11 2024-11-18
- Update to the latest OpenAPI spec
- Add example of fetching embeddings from the API
0.10 2024-10-05
- Update MANIFEST to include missing example files
0.09 2024-10-05
- Update OpenAI spec
- Include examples/describe_image.pl
0.08 2024-09-19 12:24 (CEST)
- Bump OpenAI spec to version 2.3.0
0.07 2024-07-07 00:00 (CEST)
- Added a missing dependencies in Makefile.PL
- Add documentation to explain the deprecated methods.
0.06 2024-05-29 08:22 (CEST)
- Build bugfix: File::ShareDir::Install needed to be in
CONFIGURE_REQUIRES in the Makefile.PL. Thanks to Slaven Rezić
for the bug report
- POD now assumes UTF-8
0.05 2024-05-29 07:16 (CEST)
- Added `devel/rebuild` script to make it easier to rebuild the
project.
- Common test behavior abstracted into t/lib/OpenAITests.pm
- Bugfix: rebuilding docs should only list Perl files for examples.
0.04 2024-05-27 16:06 (CEST)
- Indent HEREDOCS so metacpan doesn't think they're POD
- Fix bad link in the POD
- Update POD to show where to find examples
0.03 2024-05-27
- Update manifest to ensure files are properly uploaded
0.02 2024-05-15
- Updated to version 2.0.0 of openapi.yaml
0.01 2023-04-11
First version, released on an unsuspecting world.