Skip to content

Releases: mastashake08/laravel-openai-api

v1.7.4

22 Feb 04:55

Choose a tag to compare

v1.7.4

v1.7.3

22 Feb 04:53

Choose a tag to compare

v1.7.3

v1.7.2

22 Feb 04:48

Choose a tag to compare

v1.7.2

v1.7.1

22 Feb 04:43

Choose a tag to compare

Added a HasPrompts Trait so users can save their prompts

v1.5.7

18 Feb 06:33

Choose a tag to compare

What's New

  • You can now configure the API URL instead of it being hardcoded in.
  • Added the ability to add a type (currently image or text) and thus you can generate images now
  • Added Artisan command to interact with the package

TODO

  • Add options and arguments to Artisan command for programmatic invocation.

v1.2.1

17 Feb 08:50

Choose a tag to compare

v1.2.1

v1.2.0

17 Feb 08:47

Choose a tag to compare

v1.2.0

v1.1.0

17 Feb 08:08

Choose a tag to compare

What's New

Base functionality is complete. Can use via code or via the API.

Todo

Add more error handling.