forked from phoenix/litellm-mirror
remove budget manager
This commit is contained in:
parent
8d1f5ba69d
commit
2af46e8be9
3 changed files with 110 additions and 107 deletions
|
@ -149,6 +149,8 @@ class BudgetManager:
|
|||
'project_name' : self.project_name,
|
||||
"user_dict": self.user_dict
|
||||
}
|
||||
print(f"data: {data}")
|
||||
response = requests.post(url, headers=headers, json=data)
|
||||
print(f"response: {response.text}")
|
||||
response = response.json()
|
||||
return response
|
Loading…
Add table
Add a link
Reference in a new issue