mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 16:54:42 +00:00
async
This commit is contained in:
parent
98ab8f2d05
commit
eaf4392fe9
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ async def run_main():
|
||||||
attachments=attachments,
|
attachments=attachments,
|
||||||
session_id=session_id,
|
session_id=session_id,
|
||||||
)
|
)
|
||||||
async for log in EventLogger().log(response):
|
for log in EventLogger().log(response):
|
||||||
log.print()
|
log.print()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue