feat: Add GROQ API key support and integrate GROQ provider (#930)

* feat: Add GROQ API key support and integrate GROQ provider

* feat: Add support for Groq provider
- Added a new changeset documenting the addition of Groq provider support.
-Ran npm run format

* feat: Add support for Groq provider
- Added a new changeset documenting the addition of Groq provider support.
-Ran npm run format
This commit is contained in:
OTYAK
2025-07-08 07:37:38 +01:00
committed by GitHub
parent 3334e409ae
commit 98d1c97436
10 changed files with 171 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ export const VALIDATED_PROVIDERS = [
'google',
'perplexity',
'xai',
'groq',
'mistral'
];