mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 23:51:00 +00:00
Update 01_Prompt_Engineering101.ipynb
This commit is contained in:
parent
733ca584dc
commit
3fbddfb85c
1 changed files with 16 additions and 0 deletions
|
@ -221,6 +221,22 @@
|
||||||
"\n",
|
"\n",
|
||||||
"cprint(f'> Response: {response.completion_message.content}', 'cyan')"
|
"cprint(f'> Response: {response.completion_message.content}', 'cyan')"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"id": "76d053b8",
|
||||||
|
"metadata": {},
|
||||||
|
"source": [
|
||||||
|
"Thanks for checking out this notebook! \n",
|
||||||
|
"\n",
|
||||||
|
"The next one will be a guide on how to chat with images, continue to the notebook [here](./02_Image_Chat101.ipynb). Happy learning!"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"id": "cce1f624",
|
||||||
|
"metadata": {},
|
||||||
|
"source": []
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue