Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def generate_response(user_input):
|
|
| 26 |
else:
|
| 27 |
# Construct the prompt with the user input
|
| 28 |
prompt = f"You said: {user_input}"
|
| 29 |
-
|
| 30 |
|
| 31 |
|
| 32 |
# Generate a response using the OpenAI API
|
|
|
|
| 26 |
else:
|
| 27 |
# Construct the prompt with the user input
|
| 28 |
prompt = f"You said: {user_input}"
|
| 29 |
+
|
| 30 |
|
| 31 |
|
| 32 |
# Generate a response using the OpenAI API
|