(fix) replicate stub input/output cost per token

This commit is contained in:
ishaan-jaff 2023-11-13 13:59:52 -08:00
parent d4de55b053
commit 3c1b1a0366

View file

@ -333,6 +333,8 @@
}, },
"replicate/llama-2-70b-chat:2c1608e18606fad2812020dc541930f2d0495ce32eee50074220b87300bc16e1": { "replicate/llama-2-70b-chat:2c1608e18606fad2812020dc541930f2d0495ce32eee50074220b87300bc16e1": {
"max_tokens": 4096, "max_tokens": 4096,
"input_cost_per_token": 0.0000,
"output_cost_per_token": 0.0000,
"litellm_provider": "replicate", "litellm_provider": "replicate",
"mode": "chat" "mode": "chat"
}, },