Releases: lucianotonet/groq-php
Releases · lucianotonet/groq-php
v0.0.10
What's Changed
- Enable to set API_KEY and BASE_URL via setOptions by @lucianotonet in #8
Full Changelog: v0.0.9...v0.0.10
v0.0.9
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
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
Full Changelog: v0.0.6...v0.0.7
v0.0.6
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
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
Add stream functionality
v0.0.1
First version.