diff --git a/README.md b/README.md index b44e771..488e638 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # ChatGPT-web [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Niek/chatgpt-web/pages.yml?style=flat-square)](https://github.com/Niek/chatgpt-web/actions/workflows/pages.yml) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com) +[![GitHub](https://img.shields.io/github/license/Niek/chatgpt-web)](/LICENSE) +[![All Contributors](https://img.shields.io/github/all-contributors/Niek/chatgpt-web?color=ee8449&style=flat-square)](#contributors) ## **URL**: https://niek.github.io/chatgpt-web/ ![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.