mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Fix deepinfra data for llama 70b
This commit is contained in:
parent
123c0f41f8
commit
a96de1f8c3
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue