From 5e09a9b4fe3e51262880b30ab49d933fded70939 Mon Sep 17 00:00:00 2001 From: Cogent Apps Date: Tue, 14 Mar 2023 11:05:12 +0000 Subject: [PATCH] update readme --- .gitignore | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e5325bc..7f2a062 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.sqlite *.db +.gitpod.yml # Logs logs diff --git a/README.md b/README.md index bce908f..157401f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Chat with GPT is an open-source, unofficial ChatGPT app with extra features and Try out the hosted version at: https://chatwithgpt.netlify.app +Or [self-host with Docker](#running-on-your-own-computer). + Powered by the new ChatGPT API from OpenAI, this app has been developed using TypeScript + React. We welcome pull requests from the community! https://user-images.githubusercontent.com/127109874/223613258-0c4fef2e-1d05-43a1-ac38-e972dafc2f98.mp4