From 1868896c7f01cba202808bf67f0e8debf1841c00 Mon Sep 17 00:00:00 2001 From: Niek van der Maas Date: Sun, 5 Mar 2023 15:19:46 +0100 Subject: [PATCH] Add contributors --- .all-contributorsrc | 7 +++++++ README.md | 15 ++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .all-contributorsrc 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