feat(groq): added llama 3.3 models (#5497)

* Update groq_constants.py

added new llama 3.3 models from groq

* Rechecking the codeflash workflow

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
This commit is contained in:
Sujal Bhavsar
2025-01-20 18:31:19 +05:30
committed by GitHub
parent 1afa76a75c
commit 317c743906
2 changed files with 3 additions and 0 deletions

View File

@@ -75,3 +75,4 @@ We welcome contributions from developers of all levels. If you'd like to contrib
## ❤️ Contributors
[![langflow contributors](https://contrib.rocks/image?repo=langflow-ai/langflow)](https://github.com/langflow-ai/langflow/graphs/contributors)

View File

@@ -10,6 +10,8 @@ GROQ_MODELS = [
"llama-3.2-3b-preview", # Meta
"llama-3.2-11b-vision-preview", # Meta
"llama-3.2-90b-vision-preview", # Meta
"llama-3.3-70b-specdec", # Meta
"llama-3.3-70b-versatile", # Meta
"llama-guard-3-8b", # Meta
"llama3-70b-8192", # Meta
"llama3-8b-8192", # Meta