Add contributors

This commit is contained in:
Niek van der Maas 2023-03-05 15:19:46 +01:00
parent 507a35853c
commit 1868896c7f
2 changed files with 21 additions and 1 deletions

7
.all-contributorsrc Normal file
View File

@ -0,0 +1,7 @@
{
"projectName": "chatgpt-web",
"projectOwner": "Niek",
"repoType": "github",
"commit": false,
"contributors": []
}

View File

@ -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
```
```
## Contributors
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->