mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(router.py): only do sync image gen fallbacks for now
The customhttptransport we use for dall-e-2 only works for sync httpx calls, not async. Will need to spend some time writing the async version n
This commit is contained in:
parent
350389f501
commit
04bbd0649f
4 changed files with 82 additions and 9 deletions
|
@ -99,8 +99,6 @@ def test_embedding(client):
|
|||
def test_chat_completion(client):
|
||||
try:
|
||||
# Your test data
|
||||
|
||||
print("initialized proxy")
|
||||
litellm.set_verbose=False
|
||||
from litellm.proxy.utils import get_instance_fn
|
||||
my_custom_logger = get_instance_fn(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue