mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
code changes from review
This commit is contained in:
parent
e746f741d1
commit
5a3e1c5f63
1 changed files with 6 additions and 8 deletions
|
@ -172,7 +172,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdin",
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"User> Write me a 3 sentence poem about alpaca\n"
|
||||
|
@ -188,7 +188,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"name": "stdin",
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"User> exit\n"
|
||||
|
@ -247,7 +247,7 @@
|
|||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdin",
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"User> what is 1+1\n"
|
||||
|
@ -261,7 +261,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"name": "stdin",
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"User> what is llama + alpaca\n"
|
||||
|
@ -277,7 +277,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"name": "stdin",
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"User> what was the first question\n"
|
||||
|
@ -291,7 +291,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"name": "stdin",
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"User> exit\n"
|
||||
|
@ -387,8 +387,6 @@
|
|||
" else:\n",
|
||||
" async for log in EventLogger().log(response):\n",
|
||||
" log.print()\n",
|
||||
" \n",
|
||||
" models_response = client.models.list()\n",
|
||||
"\n",
|
||||
"# In a Jupyter Notebook cell, use `await` to call the function\n",
|
||||
"await run_main()\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue