mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
test_aiohttp_openai
This commit is contained in:
parent
02875d4ae8
commit
23104d9a14
2 changed files with 2 additions and 3 deletions
|
@ -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,
|
||||||
|
|
|
@ -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))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue