diff --git a/pages/Prompt_Engineering.md b/pages/Prompt_Engineering.md index 74de64c..c4e8c0c 100644 --- a/pages/Prompt_Engineering.md +++ b/pages/Prompt_Engineering.md @@ -40,12 +40,11 @@ To learn about prompt engineering in ChatGPT, there are several key areas you ma Here are some resources that you can use to study each of these topics in more depth: -- OpenAI documentation on ChatGPT-3: [https://beta.openai.com/docs/models/gpt-3](https://beta.openai.com/docs/models/gpt-3) -- OpenAI's GPT-3 Playground: [https://beta.openai.com/playground/gpt-3](https://beta.openai.com/playground/gpt-3) -- OpenAI's GPT-3 use cases: [https://openai.com/use-cases/gpt-3-use-cases/](https://openai.com/use-cases/gpt-3-use-cases/) -- OpenAI's GPT-3 fine-tuning: [https://beta.openai.com/docs/models/gpt-3/fine-tuning](https://beta.openai.com/docs/models/gpt-3/fine-tuning) -- OpenAI's GPT-3 with structured data: [https://beta.openai.com/docs/models/gpt-3/guides/structured-data](https://beta.openai.com/docs/models/gpt-3/guides/structured-data) -- OpenAI's GPT-3 in specific applications or contexts: [https://beta.openai.com/docs/models/gpt-3/guides](https://beta.openai.com/docs/models/gpt-3/guides) +- OpenAI documentation on ChatGPT-3: [https://platform.openai.com/docs/models/gpt-3](https://platform.openai.com/docs/models/gpt-3) +- OpenAI's GPT-3 Playground: [https://platform.openai.com/playground](https://platform.openai.com/playground) +- OpenAI's GPT-3 examples: [https://platform.openai.com/examples](https://platform.openai.com/examples) +- OpenAI's GPT-3 fine-tuning: [https://platform.openai.com/docs/guides/fine-tuning](https://platform.openai.com/docs/guides/fine-tuning) +- OpenAI's GPT-3 in specific applications or contexts: [https://platform.openai.com/docs/guides/completion](https://platform.openai.com/docs/guides/completion) ## Tools to Improve Prompts @@ -65,4 +64,4 @@ There are several tools that can help improve your chatgpt prompts: 7. Templates: Creating a set of templates or examples that you can easily use and adapt to your specific use case. -8. Collaboration tools: Leveraging tools like Google Docs and GitHub to collaborate with others on your prompts, share knowledge, and get feedback. \ No newline at end of file +8. Collaboration tools: Leveraging tools like Google Docs and GitHub to collaborate with others on your prompts, share knowledge, and get feedback.