RamV commited on
Commit
d64949d
·
1 Parent(s): 23d2ba7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def generate_response(user_input):
27
  else:
28
  # Construct the prompt with the user input
29
  prompt = f"You said: {user_input}"
30
- return prompt
31
 
32
  # Generate a response using the OpenAI API
33
  response = openai.Completion.create(
 
27
  else:
28
  # Construct the prompt with the user input
29
  prompt = f"You said: {user_input}"
30
+
31
 
32
  # Generate a response using the OpenAI API
33
  response = openai.Completion.create(