Support downloading of URLs for attachments for code interpreter

This commit is contained in:
Ashwin Bharambe 2024-08-30 12:10:15 -07:00
parent afb18880b5
commit 297d51b183
6 changed files with 38 additions and 9 deletions

View file

@ -31,7 +31,6 @@ def encodable_dict(d: BaseModel):
class SafetyClient(Safety):
def __init__(self, base_url: str):
print(f"Safety passthrough to -> {base_url}")
self.base_url = base_url
async def initialize(self) -> None: