Browse Source

Merge pull request #50 from gabormeresz/improve-readability

improve readability
pull/56/head
Ed Donner 5 months ago committed by GitHub
parent
commit
d549c00ffa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      week2/day4.ipynb

2
week2/day4.ipynb

@ -214,7 +214,7 @@
" response = {\n",
" \"role\": \"tool\",\n",
" \"content\": json.dumps({\"destination_city\": city,\"price\": price}),\n",
" \"tool_call_id\": message.tool_calls[0].id\n",
" \"tool_call_id\": tool_call.id\n",
" }\n",
" return response, city"
]

Loading…
Cancel
Save