mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
Support downloading of URLs for attachments for code interpreter
This commit is contained in:
parent
afb18880b5
commit
297d51b183
6 changed files with 38 additions and 9 deletions
|
@ -22,7 +22,6 @@ async def get_client_impl(config: RemoteProviderConfig, _deps: Any) -> Memory:
|
|||
|
||||
class MemoryClient(Memory):
|
||||
def __init__(self, base_url: str):
|
||||
print(f"Memory passthrough to -> {base_url}")
|
||||
self.base_url = base_url
|
||||
|
||||
async def initialize(self) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue