From 25040470423c03d73e6fe7c3da1e984ac51826ec Mon Sep 17 00:00:00 2001 From: Niek van der Maas Date: Tue, 20 Jun 2023 18:36:42 +0200 Subject: [PATCH] Fix typo in README, fixes #195 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5911416..e2c9fed 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ ChatGPT-web is a simple one-page web interface to the OpenAI ChatGPT API. To use ## Features * **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. -* **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. * **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.