mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
undo a typo, add a passthrough distribution
This commit is contained in:
parent
67229f23a4
commit
38fd76f85c
2 changed files with 24 additions and 2 deletions
|
@ -157,7 +157,7 @@ def create_dynamic_typed_route(func: Any):
|
|||
)
|
||||
|
||||
return StreamingResponse(
|
||||
sse_generator(func(request2)), media_type="text/event-stream"
|
||||
sse_generator(func(request)), media_type="text/event-stream"
|
||||
)
|
||||
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue