mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
clean it
This commit is contained in:
parent
0b9480a0e3
commit
4b47719f86
1 changed files with 1 additions and 0 deletions
|
@ -739,6 +739,7 @@ class InferenceRouter(Inference):
|
||||||
id = None
|
id = None
|
||||||
created = None
|
created = None
|
||||||
choices_data: dict[int, dict[str, Any]] = {}
|
choices_data: dict[int, dict[str, Any]] = {}
|
||||||
|
|
||||||
try:
|
try:
|
||||||
async for chunk in response:
|
async for chunk in response:
|
||||||
# Skip None chunks
|
# Skip None chunks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue