We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e6144 commit 56752f7Copy full SHA for 56752f7
GPT-Journey.py
@@ -10,7 +10,7 @@
10
11
# Create a new Flask app and set the secret key
12
app = Flask(__name__)
13
-app.secret_key = "mysecretkey"
+app.secret_key = "blisshammocks"
14
15
# Define a function to generate an image using the OpenAI API
16
def get_img(prompt):
requirements.txt
@@ -0,0 +1,2 @@
1
+Flask==2.2.3
2
+openai==0.27.2
0 commit comments