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:
@@ -75,3 +75,4 @@ We welcome contributions from developers of all levels. If you'd like to contrib
|
||||
## ❤️ Contributors
|
||||
|
||||
[](https://github.com/langflow-ai/langflow/graphs/contributors)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user