mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Update model_prices_and_context_window.json
fixed typo with ollama/llama3 token cost (now set to 0)
This commit is contained in:
parent
615a4760af
commit
54c57450ab
1 changed files with 2 additions and 2 deletions
|
|
@ -2753,8 +2753,8 @@
|
|||
"max_tokens": 8192,
|
||||
"max_input_tokens": 8192,
|
||||
"max_output_tokens": 8192,
|
||||
"input_cost_per_token": 0.00000010,
|
||||
"output_cost_per_token": 0.00000010,
|
||||
"input_cost_per_token": 0.0,
|
||||
"output_cost_per_token": 0.0,
|
||||
"litellm_provider": "ollama",
|
||||
"mode": "chat"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue