Update model_prices_and_context_window.json

fixed typo with ollama/llama3 token cost (now set to 0)
This commit is contained in:
Kade Heckel 2024-05-09 16:03:22 +01:00 committed by GitHub
parent 615a4760af
commit 54c57450ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
},