|
|
@ -58,10 +58,10 @@ |
|
|
|
"def approach_the_bar(greeting):\n", |
|
|
|
"def approach_the_bar(greeting):\n", |
|
|
|
"\n", |
|
|
|
"\n", |
|
|
|
" system_prompt = \"You are a barman in the Mos Eisley Cantina from the Star Wars universe.\\\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", |
|
|
|
"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", |
|
|
|
"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", |
|
|
|
"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", |
|
|
|
"\n", |
|
|
|
" user_prompt = add_user_greeting(greeting)\n", |
|
|
|
" user_prompt = add_user_greeting(greeting)\n", |
|
|
|
" \n", |
|
|
|
" \n", |
|
|
@ -87,7 +87,7 @@ |
|
|
|
"metadata": {}, |
|
|
|
"metadata": {}, |
|
|
|
"outputs": [], |
|
|
|
"outputs": [], |
|
|
|
"source": [ |
|
|
|
"source": [ |
|
|
|
"approach_the_bar(\"Hello there!\")" |
|
|
|
"approach_the_bar(\"\")" |
|
|
|
] |
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
|