mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 14:59:48 +00:00
enable streaming support, use openai-python instead of httpx
This commit is contained in:
parent
2dd8c4bcb6
commit
dbe665ed19
7 changed files with 1037 additions and 341 deletions
|
|
@ -157,7 +157,7 @@ async def test_tools(
|
|||
"type": "function",
|
||||
"function": {
|
||||
"name": "magic",
|
||||
"arguments": {"input": 3},
|
||||
"arguments": '{"input": 3}',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -165,7 +165,7 @@ async def test_tools(
|
|||
"type": "function",
|
||||
"function": {
|
||||
"name": "magic!",
|
||||
"arguments": {"input": 42},
|
||||
"arguments": '{"input": 42}',
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue