From dea3fecf111923ab7f1393e25c5b7666fe9aa76d Mon Sep 17 00:00:00 2001 From: Anton Rudnikov Date: Wed, 15 Mar 2023 23:21:23 +0000 Subject: [PATCH] Fix broken link to ChatGPT --- guides/prompts-chatgpt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/prompts-chatgpt.md b/guides/prompts-chatgpt.md index c0aaf57..1b9354a 100644 --- a/guides/prompts-chatgpt.md +++ b/guides/prompts-chatgpt.md @@ -17,7 +17,7 @@ ChatGPT is a new model [trained by OpenAI](https://openai.com/blog/chatgpt) that ChatGPT is trained using Reinforcement Learning from Human Feedback (RLHF). While this model is a lot more capable than previous GPT iterations (and also trained to reduce harmful and untruthful outputs), it still comes with limitations. Let's cover some of the capabilities and limitations with concrete examples. -You can use the research preview of ChatGPT [here](chat.openai.com) but for the examples below we will use the `Chat` mode on the OpenAI Playground. +You can use the research preview of ChatGPT [here](https://chat.openai.com) but for the examples below we will use the `Chat` mode on the OpenAI Playground. --- ## Reviewing The Conversation Task