mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
refactor get_secret
This commit is contained in:
parent
4dff632905
commit
09519b74db
20 changed files with 457 additions and 307 deletions
|
@ -5,7 +5,7 @@ import httpx
|
|||
|
||||
from litellm._logging import verbose_logger
|
||||
from litellm.caching import DualCache, InMemoryCache
|
||||
from litellm.utils import get_secret
|
||||
from litellm.secret_managers.main import get_secret
|
||||
|
||||
from .base import BaseLLM
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue