Skip to content

Commit

Permalink
groq: add support for llama 3.3 70b (#209)
Browse files Browse the repository at this point in the history
Co-authored-by: aoife cassidy <[email protected]>
  • Loading branch information
sam-trost and nbsp authored Dec 11, 2024
1 parent c4dc048 commit 8818e77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/moody-poems-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@livekit/agents-plugin-openai": patch
---

groq: add support for llama 3.3 70b
1 change: 1 addition & 0 deletions plugins/openai/src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export type GroqChatModels =
| 'llama-3.1-405b-reasoning'
| 'llama-3.1-70b-versatile'
| 'llama-3.1-8b-instant'
| 'llama-3.3-70b-versatile'
| 'llama3-groq-70b-8192-tool-use-preview'
| 'llama3-groq-8b-8192-tool-use-preview'
| 'llama-guard-3-8b'
Expand Down

0 comments on commit 8818e77

Please sign in to comment.