From 07c0ce43fb10f6ea072cc92060305072ed9bc5e4 Mon Sep 17 00:00:00 2001 From: David Cristofaro Date: Fri, 21 Apr 2023 09:54:10 +1000 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4fb2c9..8a936eb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- gpt-http + gpt-html

@@ -11,7 +11,7 @@ ## About -A website where the HTML content for any given request path is generated by GPT using the [OpenAI API](https://platform.openai.com/). Inspired by [LiveOverflow's video](https://www.youtube.com/watch?v=M2uH6HnodlM) building something similar. +A website where the HTML content for any given request path is generated by [GPT](https://en.wikipedia.org/wiki/Generative_pre-trained_transformer) using the [OpenAI API](https://platform.openai.com/). Inspired by [LiveOverflow's video](https://www.youtube.com/watch?v=M2uH6HnodlM) building something similar. The application is deployed at [gpt.dtcristo.com](https://gpt.dtcristo.com/) but it is protected by HTTP Basic authentication. Please contact me directly if you want the credentials to try it out. Otherwise, get your own OpenAI API key from [platform.openai.com](https://platform.openai.com/) and run it yourself.