diff --git a/GPT-Prompt-Examples/user-role/UR-2.md b/GPT-Prompt-Examples/user-role/UR-2.md index 11dd61a..70a1f63 100644 --- a/GPT-Prompt-Examples/user-role/UR-2.md +++ b/GPT-Prompt-Examples/user-role/UR-2.md @@ -1,10 +1,8 @@ ## Function Generation With LLMs -This prompt was found [here](https://github.com/sammi-turner/Python-To-Mojo/tree/main#function-generation-with-llms "Direct link"), so thanks to @sammi-turner! +This prompt was found [here](https://github.com/sammi-turner/Python-To-Mojo/tree/main#function-generation-with-llms "Direct link"), so thanks to [sammi-turner](https://github.com/sammi-turner "GitHub Profile")! -""" - -This prompt template is good for generating Python functions. +--- ``` Write a [name] function in Python3 that takes @@ -12,5 +10,3 @@ Write a [name] function in Python3 that takes a [type] such that [describe what the function does]. Then show me the code. ``` - -""" \ No newline at end of file