mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
test: handle watsonx rate limit error
This commit is contained in:
parent
f8e1b1db2e
commit
87a21115c5
4 changed files with 9 additions and 1 deletions
|
@ -15,6 +15,7 @@ import dotenv, traceback, random, asyncio, time, contextvars
|
|||
from copy import deepcopy
|
||||
import httpx
|
||||
import litellm
|
||||
|
||||
from ._logging import verbose_logger
|
||||
from litellm import ( # type: ignore
|
||||
client,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue