Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|