mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +09:00
Add contributors
This commit is contained in:
7
.all-contributorsrc
Normal file
7
.all-contributorsrc
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"projectName": "chatgpt-web",
|
||||
"projectOwner": "Niek",
|
||||
"repoType": "github",
|
||||
"commit": false,
|
||||
"contributors": []
|
||||
}
|
||||
13
README.md
13
README.md
@@ -4,6 +4,8 @@
|
||||
|
||||

|
||||
|
||||
[](#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?
|
||||
@@ -18,3 +20,14 @@ To run the development server, run
|
||||
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 -->
|
||||
Reference in New Issue
Block a user