mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 11:29:25 +00:00
minimize change
This commit is contained in:
parent
ed78090b8e
commit
06d02bf3de
23 changed files with 161 additions and 197 deletions
|
|
@ -62,8 +62,7 @@ class LocalfsFilesImpl(Files):
|
|||
)
|
||||
|
||||
async def shutdown(self) -> None:
|
||||
if self.sql_store:
|
||||
await self.sql_store.close()
|
||||
pass
|
||||
|
||||
def _generate_file_id(self) -> str:
|
||||
"""Generate a unique file ID for OpenAI API."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue