Skip to content

Releases: lucianotonet/groq-php

v0.0.10

29 Oct 21:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

05 Sep 02:11
Compare
Choose a tag to compare

What's Changed

Add Vision functionality for image analysis and examples:

  • Added PHP files for Vision analysis and some examples like Vison Simple, Vision URL, Vision Multiple, and Vision Feedback.
  • Implemented forms to upload images or provide image URLs with prompts for analysis on examples.
  • fix: Prevent the language to be forced on the transcript endpoint by @tgeorgel in #6

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8

02 Aug 23:02
Compare
Choose a tag to compare

This release includes several enhancements and improvements to the Groq PHP package:

  • Enhanced error handling and improved API response management, including a new 'failed_generation' field for errors in JSON object responses
  • Updated examples with improved error handling and compatibility with the latest GroqException implementations
  • Refreshed README.md with new badges displaying version, total downloads, and license information
  • Updated package version to 0.0.8, ensuring access to the latest features and performance enhancements

These updates aim to provide a more robust and user-friendly experience when working with the Groq API through this PHP package.

Full Changelog: v0.0.7...v0.0.8

v0.0.7

24 Jul 02:08
Compare
Choose a tag to compare

Full Changelog: v0.0.6...v0.0.7

v0.0.6

20 Jul 20:05
Compare
Choose a tag to compare

Add speech-to-text transcription and translation features

This introduces the ability to transcribe and translate spoken words from audio and video files.

Users can now:

  • Transcribe audio and video content into text.
  • Translate spoken words in audio and video content.
  • Provide a prompt for context or to specify the spelling of unfamiliar words.
  • Control the variability of transcriptions and translations with a temperature parameter.
  • Choose from various response formats, including JSON, verbose JSON, and plain text.

This functionality enhances the capabilities of the library, making it more versatile and useful for processing audio and video data.

v0.0.4

21 Apr 00:01
Compare
Choose a tag to compare
Add examples folder + some improvements:

- Add support for response streaming and JSON mode.
- Improve error handling with more descriptive errors.
- Add usage examples.
- Fix bugs related to streaming and JSON mode.
- Update minimum PHP version.
- Add unit tests.

v0.0.3

30 Mar 06:02
Compare
Choose a tag to compare

Add stream functionality

v0.0.1

22 Mar 07:10
Compare
Choose a tag to compare

First version.