diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..1590e14 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,7 @@ +{ + "projectName": "chatgpt-web", + "projectOwner": "Niek", + "repoType": "github", + "commit": false, + "contributors": [] +} \ No newline at end of file diff --git a/README.md b/README.md index 291eab3..191dd5e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ ![Screenshot of ChatGPT-web](.github/screenshot.png) +[![All Contributors](https://img.shields.io/github/all-contributors/Niek/chatgpt-web?color=ee8449&style=flat-square)](#contributors) + ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use it, you need to register for [an OpenAI API key](https://platform.openai.com/account/api-keys) first. All messages are stored in your browser's local storage, so everything is **private**. You can also close the browser tab and come back later to continue the conversation. ## Why? @@ -17,4 +19,15 @@ To run the development server, run ```bash npm ci npm run dev # or: npm run build -``` \ No newline at end of file +``` + +## Contributors + + + + + + + + + \ No newline at end of file