From 950386d14847ec81a4ecb3c23c9f037e6c157bd3 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Thu, 6 Apr 2023 18:20:06 -0700 Subject: [PATCH] Added ChatGPT section. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ab96706..6c8104c 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ * [CI/CD](https://github.com/mikeroyal/Self-Hosting-Guide#cicd) * [Development](https://github.com/mikeroyal/Self-Hosting-Guide#development) * [Web servers](#web-servers) + * [ChatGPT](#chatgpt) * [Automation](#automation) * [Configuration Management](#Configuration-Management) * [Cloud Storage](#cloud-storage) @@ -408,6 +409,20 @@ Most self-hosted software can be installed using [Docker](https://en.wikipedia.o [Varnish](https://www.varnish-cache.org/) - HTTP based web application accelerator focusing on optimizing caching and compression. +### ChatGPT + +[Back to the Top](#table-of-contents) + +[Chatbot UI by mckaywrigley](https://github.com/mckaywrigley/chatbot-ui) is an advanced chatbot kit for OpenAI's chat models built on top of Chatbot UI Lite using Next.js, TypeScript, and Tailwind CSS. This version of ChatBot UI supports both GPT-3.5 and GPT-4 models. Conversations are stored locally within your browser. You can export and import conversations to safeguard against data loss. See a [demo](https://twitter.com/mckaywrigley/status/1636103188733640704). + +[Chatbot UI Lite by mckaywrigley](https://github.com/mckaywrigley/chatbot-ui-lite) is a simple chatbot starter kit for OpenAI's chat model using Next.js, TypeScript, and Tailwind CSS. See a [demo](https://twitter.com/mckaywrigley/status/1636103188733640704). + +

+ +
+ Chatbot UI +

+ ### Automation [Back to the Top](#table-of-contents)