Merge branch 'main' of github.com:ed-donner/llm_engineering

This commit is contained in:
Edward Donner
2024-12-08 22:57:47 -05:00
6 changed files with 1706 additions and 2 deletions

View File

@@ -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",