ws
This commit is contained in:
parent
4468d96aec
commit
f571ed512a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ async def handler(event):
|
|||
}), headers=headers) as response:
|
||||
async for line in response.content:
|
||||
yield line
|
||||
|
||||
|
||||
runpod.serverless.start({
|
||||
"handler": handler,
|
||||
"return_aggregate_stream": True # Optional, results available via /run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue