Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added llama-3.2-90b-vision-preview model #15620

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions extensions/groq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Groq Changelog

## [New Models] - 2024-12-01

- Added `Llama3.2 90B 128k`

## [New Models] - 2024-07-26

- Added `Llama 3.1 8B` and `Llama 3.1 70B`
Expand Down
1 change: 1 addition & 0 deletions extensions/groq/src/hook/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const allModels = [
{ name: "Mixtral 8x7B 32k", id: "mixtral-8x7b-32768" },
{ name: "Gemma 7B 8k", id: "gemma-7b-it" },
{ name: "Gemma2 9B 8k", id: "gemma2-9b-it" },
{ name: "Llama3.2 90B 128k", id: "llama-3.2-90b-vision-preview" },
];

// format: Wednesday, April 24, 2024 at 5:14:26 PM GMT+2.
Expand Down
Loading