Skip to content

Commit

Permalink
fix llama-3.3-70b-versatile
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Dec 8, 2024
1 parent 191a0fe commit a6a7acc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion litellm/model_prices_and_context_window_backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@
"supports_prompt_caching": true
},
"groq/llama-3.3-70b-versatile": {
"max_tokens": 128000,
"max_tokens": 8192,
"max_input_tokens": 128000,
"max_output_tokens": 8192,
"input_cost_per_token": 0.00000059,
Expand Down
2 changes: 1 addition & 1 deletion model_prices_and_context_window.json
Original file line number Diff line number Diff line change
Expand Up @@ -1741,7 +1741,7 @@
"supports_prompt_caching": true
},
"groq/llama-3.3-70b-versatile": {
"max_tokens": 128000,
"max_tokens": 8192,
"max_input_tokens": 128000,
"max_output_tokens": 8192,
"input_cost_per_token": 0.00000059,
Expand Down

0 comments on commit a6a7acc

Please sign in to comment.