Skip to content

Commit

Permalink
Add missing prefix for deepseek (BerriAI#7508)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj authored and rajatvig committed Jan 15, 2025
1 parent d22f41c commit 2aa730e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model_prices_and_context_window.json
Original file line number Diff line number Diff line change
Expand Up @@ -1954,7 +1954,7 @@
"litellm_provider": "mistral",
"mode": "embedding"
},
"deepseek-chat": {
"deepseek/deepseek-chat": {
"max_tokens": 4096,
"max_input_tokens": 128000,
"max_output_tokens": 4096,
Expand Down Expand Up @@ -2023,7 +2023,7 @@
"supports_function_calling": true,
"supports_vision": true
},
"deepseek-coder": {
"deepseek/deepseek-coder": {
"max_tokens": 4096,
"max_input_tokens": 128000,
"max_output_tokens": 4096,
Expand Down

0 comments on commit 2aa730e

Please sign in to comment.