|
|
|
|
|
by dror
1180 days ago
|
|
Here are a couple of good resources around prompt engineering https://www.promptingguide.ai/ https://lilianweng.github.io/posts/2023-03-15-prompt-enginee... These clearly demonstrate that there's engineering skills beyond "I want you to act as a Linux terminal." Also note that there's a difference between the prompt that you use on ChatGPT and the one that you use in the GPT API or other LLMs.
In the first, you're already dealing with the prompt that openai supplied to the LLM in the first place. |
|