diff --git a/.github/screenshot.png b/.github/screenshot.png new file mode 100644 index 0000000..e91790b Binary files /dev/null and b/.github/screenshot.png differ diff --git a/README.md b/README.md index 157ea5c..c008ab1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ## **URL**: https://niek.github.io/chatgpt-web/ +![Screenshot of ChatGPT-web](.github/screenshot.png) + ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT model. To use it, you need to register for an API key at https://platform.openai.com/account/api-keys first. All messages are stored in your browser's local storage, so you can close the tab and come back later to continue the conversation. ## Why?