forked from phoenix/litellm-mirror
working AWSSecretsManagerV2
This commit is contained in:
parent
204ddfc785
commit
e807d12d2a
1 changed files with 2 additions and 9 deletions
|
@ -13,21 +13,14 @@ Requires:
|
|||
"""
|
||||
|
||||
import ast
|
||||
import asyncio
|
||||
import base64
|
||||
import json
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
from typing import Any, Dict, Optional, Union
|
||||
|
||||
# Ensure project root is first in sys.path
|
||||
project_root = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
|
||||
if project_root not in sys.path:
|
||||
sys.path.insert(0, project_root)
|
||||
|
||||
|
||||
import asyncio
|
||||
import json
|
||||
|
||||
import httpx
|
||||
|
||||
import litellm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue