Skip to content

Latest commit

 

History

History
84 lines (71 loc) · 9.27 KB

CHANGELOG.md

File metadata and controls

84 lines (71 loc) · 9.27 KB

Changelog

🚧 Next Relesase

v0.0.10

  • 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

v0.0.9

  • 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

v0.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

v0.0.7

  • 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

v0.0.6

  • 19/07/2024 feat: Add speech-to-text transcription and translation features

v0.0.5

  • 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

v0.0.4

  • 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

v0.0.3

v0.0.2

v0.0.1