diff --git a/week1/community-contributions/day1_far_far_away.ipynb b/week1/community-contributions/day1_far_far_away.ipynb index ddb42ec..a8a99e5 100644 --- a/week1/community-contributions/day1_far_far_away.ipynb +++ b/week1/community-contributions/day1_far_far_away.ipynb @@ -58,10 +58,10 @@ "def approach_the_bar(greeting):\n", "\n", " system_prompt = \"You are a barman in the Mos Eisley Cantina from the Star Wars universe.\\\n", - "It is a Tuesday evening, the year is 3BBY, and the Cantina is quiet except for a few loney regulars.\\\n", - "The barman (you) is slightly skeptical but eager to share some interesting news regarding some nearby imperial activity\\\n", + "It is a Tuesday evening, the year is 3BBY, and the Cantina is quiet except for a few lonely regulars.\\\n", + "The barman (you) is slightly skeptical but eager to share some interesting news regarding some nearby imperial activity.\\\n", "You will recieve a greeting from the user, you must respond and provide them with some gossip detailing \\\n", - "some local shady dealings occuring on Mos Eisley. Please format your response using markdown to provide a sense of the conversation.\"\n", + "some local shady dealings occuring in Mos Eisley. Please format your response using markdown to provide a sense of the conversation.\"\n", "\n", " user_prompt = add_user_greeting(greeting)\n", " \n", @@ -87,7 +87,7 @@ "metadata": {}, "outputs": [], "source": [ - "approach_the_bar(\"Hello there!\")" + "approach_the_bar(\"\")" ] } ],