mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
move file to local testing
This commit is contained in:
parent
16ac6306a9
commit
587723996f
1 changed files with 6 additions and 7 deletions
|
@ -10,16 +10,15 @@ import pytest_asyncio
|
|||
from dotenv import load_dotenv
|
||||
|
||||
from litellm.caching.caching import DualCache
|
||||
|
||||
load_dotenv()
|
||||
|
||||
sys.path.insert(
|
||||
0, os.path.abspath("../../..")
|
||||
) # Adds the parent directory to the system path
|
||||
|
||||
from litellm.proxy.common_utils.reset_budget_job import ResetBudgetJob
|
||||
from litellm.proxy.utils import PrismaClient, ProxyLogging
|
||||
|
||||
sys.path.insert(
|
||||
0, os.path.abspath("../..")
|
||||
) # Adds the parent directory to the system path
|
||||
|
||||
load_dotenv()
|
||||
|
||||
|
||||
async def create_budget(session, data):
|
||||
url = "http://0.0.0.0:4000/budget/new"
|
Loading…
Add table
Add a link
Reference in a new issue