mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Fix test to match actual config values
This commit is contained in:
parent
fedd58462b
commit
104c037638
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ def test_gpt_5_search_api_config():
|
|||
assert model['litellm_provider'] == 'openai'
|
||||
assert model['input_cost_per_token'] == 1.25e-06
|
||||
assert model['output_cost_per_token'] == 1e-05
|
||||
assert model['max_input_tokens'] == 400000
|
||||
assert model['max_input_tokens'] == 272000 # Matches base gpt-5
|
||||
assert model['max_output_tokens'] == 128000
|
||||
assert model['mode'] == 'chat'
|
||||
assert model['supports_function_calling'] == True
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue