fix groq/llama3-8b-8192

This commit is contained in:
Ishaan Jaff
2025-05-14 19:02:20 -07:00
parent 4a0d711bed
commit 80c4b981ec
2 changed files with 4 additions and 2 deletions
@@ -4101,7 +4101,8 @@
"input_cost_per_token": 5e-08,
"output_cost_per_token": 8e-08,
"litellm_provider": "groq",
"mode": "chat"
"mode": "chat",
"supports_tool_choice": true
},
"groq/llama-3.2-1b-preview": {
"max_tokens": 8192,
+2 -1
View File
@@ -4101,7 +4101,8 @@
"input_cost_per_token": 5e-08,
"output_cost_per_token": 8e-08,
"litellm_provider": "groq",
"mode": "chat"
"mode": "chat",
"supports_tool_choice": true
},
"groq/llama-3.2-1b-preview": {
"max_tokens": 8192,