Fix deepinfra data for llama 70b

This commit is contained in:
Iskren Chernev 2023-10-20 11:21:53 +03:00
parent 123c0f41f8
commit a96de1f8c3

View file

@ -572,9 +572,9 @@
"mode": "completion" "mode": "completion"
}, },
"deepinfra/meta-llama/Llama-2-70b-chat-hf": { "deepinfra/meta-llama/Llama-2-70b-chat-hf": {
"max_tokens": 6144, "max_tokens": 4096,
"input_cost_per_token": 0.000001875, "input_cost_per_token": 0.000000700,
"output_cost_per_token": 0.000001875, "output_cost_per_token": 0.000000950,
"litellm_provider": "deepinfra", "litellm_provider": "deepinfra",
"mode": "chat" "mode": "chat"
}, },