mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
feat(main.py): add support for image generation endpoint
This commit is contained in:
parent
e62327dd92
commit
51cb16a015
7 changed files with 366 additions and 9 deletions
|
@ -650,7 +650,7 @@ def test_completion_azure_key_completion_arg():
|
|||
except Exception as e:
|
||||
os.environ["AZURE_API_KEY"] = old_key
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
# test_completion_azure_key_completion_arg()
|
||||
test_completion_azure_key_completion_arg()
|
||||
|
||||
|
||||
async def test_re_use_azure_async_client():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue