Skip to content

Commit 56752f7

Browse files
committed
Adding requirements.txt file
1 parent e6e6144 commit 56752f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

GPT-Journey.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Create a new Flask app and set the secret key
1212
app = Flask(__name__)
13-
app.secret_key = "mysecretkey"
13+
app.secret_key = "blisshammocks"
1414

1515
# Define a function to generate an image using the OpenAI API
1616
def get_img(prompt):

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Flask==2.2.3
2+
openai==0.27.2

0 commit comments

Comments
 (0)