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.