forked from phoenix/litellm-mirror
feat(bedrock_httpx.py): moves to using httpx client for bedrock cohere calls
This commit is contained in:
parent
c12af219af
commit
4a3b084961
29 changed files with 147 additions and 64 deletions
|
@ -117,7 +117,6 @@ MAX_THREADS = 100
|
|||
|
||||
# Create a ThreadPoolExecutor
|
||||
executor = ThreadPoolExecutor(max_workers=MAX_THREADS)
|
||||
dotenv.load_dotenv() # Loading env variables using dotenv
|
||||
sentry_sdk_instance = None
|
||||
capture_exception = None
|
||||
add_breadcrumb = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue