Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(models): add Llama 3.3 70B models to groqChat (FlowiseAI#3651)
* feat(models): add Llama 3.3 70B models to groqChat Add Meta's latest Llama 3.3 70B models to groqChat options: - llama-3.3-70b-versatile: New versatile model for general tasks - llama-3.3-70b-specdec: Specialized model for specific tasks These models offer comparable quality to Llama 3.1 405B at 1/5th the size, with improvements in: - Reasoning and math capabilities - General knowledge tasks - Instruction following - Tool use and JSON outputs - Code generation and feedback * Revert minor version bump
- Loading branch information