Guiyom commited on
Commit
e8c7e60
·
1 Parent(s): feac939

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ As much as possible use words that are in this list: {wordstouse}.
17
  Make it fun and perfect for a bed time
18
  """
19
 
20
- inject = [{"role":"user", "content":f"prompt"}]
21
 
22
  # Define the request to the OpenAI API
23
  response = openai.ChatCompletion.create(
 
17
  Make it fun and perfect for a bed time
18
  """
19
 
20
+ inject = [{"role":"user", "content":f"{prompt}"}]
21
 
22
  # Define the request to the OpenAI API
23
  response = openai.ChatCompletion.create(