🚧 Next Relesase
- 29/10/2024 Update version to 0.0.10 in composer.json, add API key options in README.
- 29/10/2024 Merge pull request #8 from lucianotonet/develop
- 29/10/2024 Merge branch 'hotfix/test-vision-with-url' into main
- 29/10/2024 Merge branch 'hotfix/test-vision-with-url' into develop
- 29/10/2024 Translate messages
- 29/10/2024 hotfix: Update image URL in VisionTest
- 29/10/2024 Merge branch 'feature/apikey-on-runtime' into develop
- 29/10/2024 feat: Update Groq class properties and setOptions method.
- 19/09/2024 feat: Ensure API key is explicitly set during initialization
- 19/09/2024 feat(Vision): add default model and enhance analyze method
- 19/09/2024 feat: add parallel tool calls and additional parameters for flexibility
- 08/09/2024 Update image URL in README for Groq PHP project
- 06/09/2024 Merge remote-tracking branch 'origin/main'
- 06/09/2024 Fix: Re-added missing parameters on request
- 06/09/2024 Update README.md
- 05/09/2024 Update package URL in README for consistency and clarity.
- 05/09/2024 Add image to README for Groq PHP project
- 04/09/2024 Update README.md
- 04/09/2024 Merge tag 'v0.0.9' and add Vision functionality for image analysis. - Merge tag 'v0.0.9' - Add Vision functionality for image analysis and examples
- 04/09/2024 Merge tag 'v0.0.9'
- 04/09/2024 Merge pull request #6 from tgeorgel/main
- 04/09/2024 Add Vision functionality for image analysis and examples:
- 03/09/2024 fix: Prevent the language to be forced on the transcript endpoint
- 02/08/2024 Update Groq PHP package version to 0.0.8
- 02/08/2024 Update Groq PHP package version to 0.0.8
- 02/08/2024 feat: Update examples
- 02/08/2024 feat: Enhance error handling and improve API response management
- 30/07/2024 chore: Update badges in README.md
- 23/07/2024 chore: Bump version to 0.0.7
- 23/07/2024 Test: Validate API key and integrate model listing
- 23/07/2024 Refactor: Enhance Error Handling and Improve Code Quality
- 23/07/2024 docs: Update Changelog
- 23/07/2024 feat: Add list models feature
- 23/07/2024 chore: Update to use $_ENV instead of getenv() for improved reliability
- 23/07/2024 chore: Change GROQ_API_BASE_URL env var to GROQ_API_BASE
- 19/07/2024 feat: Add speech-to-text transcription and translation features
- 04/07/2024 Merge pull request #4 from lucianotonet/versionfix
- 04/07/2024 Fix version mismatch
- 04/07/2024 Update composer.json
- 20/06/2024 Merge pull request #3 from JosephGabito/main
- 21/06/2024 Update README.md
- 13/06/2024 Docs: Mark Models endpoint as completed (1c9a24d)
- 13/06/2024 Remove unrelated scripts
- 13/06/2024 Docs: Remove max retries from readme
- 13/06/2024 Refatoração: Melhora a legibilidade do código em exemplos
- 13/06/2024 feat: Remove Llama2 references as it is not available anymore
- 18/05/2024 Refactored error handling and added documentation examples for Groq PHP library.
- 17/05/2024 Refactor script filenames for brevity and clarity. Rename CHANGELOG_GENERATOR.sh to CHANGELOG_GEN.sh and CHANGELOG_GENERATOR_AI.sh to CHANGELOG_GEN_AI.sh for concise and consistent naming conventions.
- 17/05/2024 Add Groq API key and base URL to .env.example file
- 16/05/2024 Add Models class and list method for fetching models from API
- 20/04/2024 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.
- 13/04/2024 Fix: Cannot assign bool to property LucianoTonet\GroqPHP\Groq::$baseUrl of type string
- 30/03/2024 Update README
- 30/03/2024 Add stream funcionality + some refactor
- 30/03/2024 Add stream funcionality + some refactor
- 28/03/2024 Add Changelog
- 28/03/2024 Add some examples and improvements.
- 28/03/2024 Add license file
- 22/03/2024 First commit