Skip to content

Commit

Permalink
groq: add support for llama 3.3 70b
Browse files Browse the repository at this point in the history
Fixes #208
  • Loading branch information
sam-trost authored Dec 11, 2024
1 parent c4dc048 commit 221354c
Showing 1 changed file with 1 addition and 0 deletions.
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 221354c

Please sign in to comment.