Merge branch 'main' of github.com:ed-donner/llm_engineering
This commit is contained in:
@@ -245,7 +245,7 @@
|
||||
" arguments = json.loads(tool_call.function.arguments)\n",
|
||||
" city = arguments.get('destination_city')\n",
|
||||
" price = get_ticket_price(city)\n",
|
||||
" if price != \"Unknow\":\n",
|
||||
" if price != \"Unknown\":\n",
|
||||
" ticket_booked = book_ticket(city)\n",
|
||||
" response = {\n",
|
||||
" \"role\": \"tool\",\n",
|
||||
|
||||
@@ -356,7 +356,9 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"!ffmpeg -version"
|
||||
"!ffmpeg -version\n",
|
||||
"!ffprobe -version\n",
|
||||
"!ffplay -version"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user