diff --git a/week2/task1.ipynb b/week2/community-contributions/task1.ipynb similarity index 85% rename from week2/task1.ipynb rename to week2/community-contributions/task1.ipynb index f278505..9ca08a3 100644 --- a/week2/task1.ipynb +++ b/week2/community-contributions/task1.ipynb @@ -5,6 +5,10 @@ "id": "ddfa9ae6-69fe-444a-b994-8c4c5970a7ec", "metadata": {}, "source": [ + "# Student Contribution\n", + "\n", + "An awesome variation that includes a tool to make a booking! Thank you! -- Ed\n", + "\n", "# Project - Airline AI Assistant with Booking Tool\n", "\n", "We'll now bring together what we've learned to make an AI Customer Support assistant for an Airline" @@ -12,7 +16,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": null, "id": "8b50bbe2-c0b1-49c3-9a5c-1ba7efa2bcb4", "metadata": {}, "outputs": [], @@ -29,7 +33,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": null, "id": "747e8786-9da8-4342-b6c9-f5f69c2e22ae", "metadata": {}, "outputs": [], @@ -44,7 +48,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": null, "id": "0a521d84-d07c-49ab-a0df-d6451499ed97", "metadata": {}, "outputs": [], @@ -66,7 +70,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": null, "id": "0696acb1-0b05-4dc2-80d5-771be04f1fb2", "metadata": {}, "outputs": [], @@ -83,7 +87,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": null, "id": "4afceded-7178-4c05-8fa6-9f2085e6a344", "metadata": {}, "outputs": [], @@ -109,7 +113,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": null, "id": "6996ab93", "metadata": {}, "outputs": [], @@ -148,7 +152,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": null, "id": "6d62733e", "metadata": {}, "outputs": [], @@ -169,7 +173,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": null, "id": "f671dbb3", "metadata": {}, "outputs": [], @@ -187,7 +191,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": null, "id": "77ae8c75", "metadata": {}, "outputs": [], @@ -198,7 +202,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": null, "id": "b0992986-ea09-4912-a076-8e5603ee631f", "metadata": {}, "outputs": [], @@ -253,7 +257,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": null, "id": "ce9b0744-9c78-408d-b9df-9f6fd9ed78cf", "metadata": {}, "outputs": [], @@ -278,57 +282,10 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": null, "id": "f4be8a71-b19e-4c2f-80df-f59ff2661f14", "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Running on local URL: http://127.0.0.1:7860\n", - "\n", - "To create a public link, set `share=True` in `launch()`.\n" - ] - }, - { - "data": { - "text/html": [ - "
" - ], - "text/plain": [ - "" - ] - }, - "metadata": {}, - "output_type": "display_data" - }, - { - "data": { - "text/plain": [] - }, - "execution_count": 12, - "metadata": {}, - "output_type": "execute_result" - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/Users/abdul.meral/Desktop/courses/llm2/venv/lib/python3.10/site-packages/gradio/analytics.py:106: UserWarning: IMPORTANT: You are using gradio version 4.44.1, however version 5.0.1 is available, please upgrade. \n", - "--------\n", - " warnings.warn(\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Tool get_ticket_price called for Paris\n", - "Tool get_ticket_price called for Paris\n" - ] - } - ], + "outputs": [], "source": [ "gr.ChatInterface(fn=chat).launch()" ] @@ -344,7 +301,7 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", + "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, @@ -358,7 +315,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.15" + "version": "3.11.10" } }, "nbformat": 4,