Skip to content

Commit

Permalink
chore: update offline groq models
Browse files Browse the repository at this point in the history
  • Loading branch information
frankroeder committed Jan 27, 2025
1 parent 82e0b35 commit f96ccfb
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions lua/parrot/provider/groq.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,22 +127,22 @@ end
---@return string[]
function Groq:get_available_models(online)
local ids = {
"gemma-7b-it",
"gemma2-9b-it",
"llama-3.1-70b-versatile",
"llama-3.1-8b-instant",
"llama-3.2-11b-text-preview",
"llama-3.2-1b-preview",
"deepseek-r1-distill-llama-70b",
"llama-3.2-3b-preview",
"llama-3.2-90b-text-preview",
"llama-guard-3-8b",
"distil-whisper-large-v3-en",
"whisper-large-v3-turbo",
"llama-3.1-8b-instant",
"whisper-large-v3",
"llama3-70b-8192",
"llama3-8b-8192",
"llama3-groq-70b-8192-tool-use-preview",
"llama3-groq-8b-8192-tool-use-preview",
"llava-v1.5-7b-4096-preview",
"mixtral-8x7b-32768",
"whisper-large-v3",
"llama-guard-3-8b",
"llama-3.3-70b-specdec",
"llama3-8b-8192",
"llama-3.2-1b-preview",
"gemma2-9b-it",
"llama-3.2-11b-vision-preview",
"llama-3.3-70b-versatile",
"llama-3.2-90b-vision-preview",
}
if online and self:verify() then
local job = Job:new({
Expand Down

0 comments on commit f96ccfb

Please sign in to comment.