[ Fix ] for the failing embedchain tests (#1899)
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
"input_cost_per_token": 0.000005,
|
||||
"output_cost_per_token": 0.000015
|
||||
},
|
||||
"gpt-4o-mini": {
|
||||
"openai/gpt-4o-mini": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.00000015,
|
||||
"output_cost_per_token": 0.00000060
|
||||
},
|
||||
"gpt-4o-mini-2024-07-18": {
|
||||
"openai/gpt-4o-mini-2024-07-18": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 4096,
|
||||
|
||||
Reference in New Issue
Block a user