shreyashankar / gpt3-sandbox

The goal of this project is to enable users to create cool web demos using the newly released OpenAI GPT-3 API with just a few lines of Python.
MIT License
2.9k stars 884 forks source link

Error 404 #111

Closed teehanming closed 2 years ago

teehanming commented 2 years ago

Browser: Not Found The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.

Terminal: 127.0.0.1 - - [03/Aug/2022 19:13:33] "GET / HTTP/1.1" 404 - 127.0.0.1 - - [03/Aug/2022 19:13:36] "GET / HTTP/1.1" 404 - 127.0.0.1 - - [03/Aug/2022 19:13:41] "GET / HTTP/1.1" 404 - 127.0.0.1 - - [03/Aug/2022 19:13:42] "GET /favicon.ico HTTP/1.1" 404

Description: I followed the Readme file's instructions, but I couldn't replicate the example and always ended up with this. Can anyone help me with this?

00-rgb commented 1 year ago

how did you solve this