test_aiohttp_openai

This commit is contained in:
Ishaan Jaff 2025-01-03 15:12:56 -08:00
parent 02875d4ae8
commit 23104d9a14
2 changed files with 2 additions and 3 deletions

View file

@ -1954,7 +1954,7 @@
"litellm_provider": "mistral", "litellm_provider": "mistral",
"mode": "embedding" "mode": "embedding"
}, },
"deepseek-chat": { "deepseek/deepseek-chat": {
"max_tokens": 4096, "max_tokens": 4096,
"max_input_tokens": 128000, "max_input_tokens": 128000,
"max_output_tokens": 4096, "max_output_tokens": 4096,
@ -2023,7 +2023,7 @@
"supports_function_calling": true, "supports_function_calling": true,
"supports_vision": true "supports_vision": true
}, },
"deepseek-coder": { "deepseek/deepseek-coder": {
"max_tokens": 4096, "max_tokens": 4096,
"max_input_tokens": 128000, "max_input_tokens": 128000,
"max_output_tokens": 4096, "max_output_tokens": 4096,

View file

@ -21,4 +21,3 @@ async def test_aiohttp_openai():
api_key="fake-key", api_key="fake-key",
) )
print(response) print(response)
print(response.model_dump_json(indent=4))