forked from phoenix/litellm-mirror
(fix) model_prices
This commit is contained in:
parent
70f36073dc
commit
7557a2535a
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
"max_output_tokens": 4096,
|
"max_output_tokens": 4096,
|
||||||
"input_cost_per_token": 0.00003,
|
"input_cost_per_token": 0.00003,
|
||||||
"output_cost_per_token": 0.00006,
|
"output_cost_per_token": 0.00006,
|
||||||
"litellm_provider": "opeai",
|
"litellm_provider": "openai",
|
||||||
"mode": "chat"
|
"mode": "chat"
|
||||||
},
|
},
|
||||||
"gpt-4-0314": {
|
"gpt-4-0314": {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"max_output_tokens": 4096,
|
"max_output_tokens": 4096,
|
||||||
"input_cost_per_token": 0.00003,
|
"input_cost_per_token": 0.00003,
|
||||||
"output_cost_per_token": 0.00006,
|
"output_cost_per_token": 0.00006,
|
||||||
"litellm_provider": "opeai",
|
"litellm_provider": "openai",
|
||||||
"mode": "chat"
|
"mode": "chat"
|
||||||
},
|
},
|
||||||
"gpt-4-0314": {
|
"gpt-4-0314": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue