mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
refactor get_secret
This commit is contained in:
parent
1546a82f18
commit
b0178a85cf
20 changed files with 457 additions and 307 deletions
|
@ -10,7 +10,7 @@ from typing import List, Optional, Union
|
|||
import httpx
|
||||
|
||||
import litellm
|
||||
from litellm import get_secret
|
||||
from litellm.secret_managers.main import get_secret
|
||||
|
||||
|
||||
class BedrockError(Exception):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue