Fix typo in README, fixes #195
This commit is contained in:
parent
0385e2c819
commit
2504047042
|
@ -14,7 +14,7 @@ ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use
|
||||||
## Features
|
## Features
|
||||||
* **Open source**: ChatGPT-web is open source ([GPL-3.0](/LICENSE)), so you can host it yourself and make changes as you want.
|
* **Open source**: ChatGPT-web is open source ([GPL-3.0](/LICENSE)), so you can host it yourself and make changes as you want.
|
||||||
* **Private**: All chats and messages are stored in your browser's local storage, so everything is private.
|
* **Private**: All chats and messages are stored in your browser's local storage, so everything is private.
|
||||||
* **Customizable**: You can customize the prompt, the temperature, and other model settings. Multiple models (including GTP-4) are supported.
|
* **Customizable**: You can customize the prompt, the temperature, and other model settings. Multiple models (including GPT-4) are supported.
|
||||||
* **Cheaper**: ChatGPT-web uses the commercial OpenAI API, so it's much cheaper than a ChatGPT Plus subscription.
|
* **Cheaper**: ChatGPT-web uses the commercial OpenAI API, so it's much cheaper than a ChatGPT Plus subscription.
|
||||||
* **Fast**: ChatGPT-web is a single-page web app, so it's [fast and responsive](https://pagespeed.web.dev/analysis/https-niek-github-io-chatgpt-web/8xv5uwrnes).
|
* **Fast**: ChatGPT-web is a single-page web app, so it's [fast and responsive](https://pagespeed.web.dev/analysis/https-niek-github-io-chatgpt-web/8xv5uwrnes).
|
||||||
* **Mobile-friendly**: ChatGPT-web is mobile-friendly, so you can use it on your phone.
|
* **Mobile-friendly**: ChatGPT-web is mobile-friendly, so you can use it on your phone.
|
||||||
|
|
Loading…
Reference in New Issue