Skip to content

Commit

Permalink
prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat2305 authored Dec 1, 2024
1 parent 7a19c85 commit c709e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/groq/src/hook/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +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"},
{ 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

0 comments on commit c709e34

Please sign in to comment.