From f6e8d4147e3b6635a07cd7ce5efd4e4f67eb7a46 Mon Sep 17 00:00:00 2001 From: Daemon <109057945+Daethyra@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:52:52 -0700 Subject: [PATCH 1/3] Update UR-2.md --- GPT-Prompt-Examples/user-role/UR-2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GPT-Prompt-Examples/user-role/UR-2.md b/GPT-Prompt-Examples/user-role/UR-2.md index 11dd61a..f6ef7fc 100644 --- a/GPT-Prompt-Examples/user-role/UR-2.md +++ b/GPT-Prompt-Examples/user-role/UR-2.md @@ -1,6 +1,6 @@ ## 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")! """ @@ -13,4 +13,4 @@ a [type] such that [describe what the function does]. Then show me the code. ``` -""" \ No newline at end of file +""" From 2b505a12e5b7ff7f49b0e95901652c998bd6391b Mon Sep 17 00:00:00 2001 From: Daemon <109057945+Daethyra@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:53:28 -0700 Subject: [PATCH 2/3] Update UR-2.md --- GPT-Prompt-Examples/user-role/UR-2.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/GPT-Prompt-Examples/user-role/UR-2.md b/GPT-Prompt-Examples/user-role/UR-2.md index f6ef7fc..dc02de5 100644 --- a/GPT-Prompt-Examples/user-role/UR-2.md +++ b/GPT-Prompt-Examples/user-role/UR-2.md @@ -2,7 +2,7 @@ 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. @@ -12,5 +12,3 @@ Write a [name] function in Python3 that takes a [type] such that [describe what the function does]. Then show me the code. ``` - -""" From 40980215c34a67f30e502527cf12a6626e369bf7 Mon Sep 17 00:00:00 2001 From: Daemon <109057945+Daethyra@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:53:54 -0700 Subject: [PATCH 3/3] Update UR-2.md --- GPT-Prompt-Examples/user-role/UR-2.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/GPT-Prompt-Examples/user-role/UR-2.md b/GPT-Prompt-Examples/user-role/UR-2.md index dc02de5..70a1f63 100644 --- a/GPT-Prompt-Examples/user-role/UR-2.md +++ b/GPT-Prompt-Examples/user-role/UR-2.md @@ -4,8 +4,6 @@ This prompt was found [here](https://github.com/sammi-turner/Python-To-Mojo/tree --- -This prompt template is good for generating Python functions. - ``` Write a [name] function in Python3 that takes [name the parameters and their types] and returns