mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(base_aws_llm.py): remove region name before sending in args (#8998)
* fix(base_aws_llm.py): remove region name before sending in args * fix(base_aws_llm.py): fix optional param pop position * fix: fix linting error
This commit is contained in:
parent
4cd35205ae
commit
ecef915ac9
5 changed files with 39 additions and 2 deletions
|
@ -11,6 +11,7 @@ import uuid
|
|||
from typing import TYPE_CHECKING, List, Optional, Union, cast
|
||||
|
||||
from fastapi import APIRouter, Depends, HTTPException, Request, status
|
||||
from fastapi.responses import RedirectResponse
|
||||
|
||||
import litellm
|
||||
from litellm._logging import verbose_proxy_logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue