Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into working
  • Loading branch information
Daethyra committed Oct 7, 2023
2 parents dcf1fed + 4098021 commit 911dc4e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions GPT-Prompt-Examples/user-role/UR-2.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
## 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
[name the parameters and their types] and returns
a [type] such that [describe what the function does].
Then show me the code.
```

"""

0 comments on commit 911dc4e

Please sign in to comment.