(fix) mistral/mistral-large-latest context window

This commit is contained in:
ishaan-jaff 2024-02-28 11:42:42 -08:00
parent 192c970be6
commit 66388f1dfc
2 changed files with 2 additions and 2 deletions

View file

@ -514,7 +514,7 @@
"mode": "chat"
},
"mistral/mistral-large-latest": {
"max_tokens": 8192,
"max_tokens": 32000,
"input_cost_per_token": 0.000008,
"output_cost_per_token": 0.000024,
"litellm_provider": "mistral",

View file

@ -514,7 +514,7 @@
"mode": "chat"
},
"mistral/mistral-large-latest": {
"max_tokens": 8192,
"max_tokens": 32000,
"input_cost_per_token": 0.000008,
"output_cost_per_token": 0.000024,
"litellm_provider": "mistral",