vjain commited on
Commit
f5e51e0
1 Parent(s): 5fd9368

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def reply(input, dataset_name):
71
  presence_penalty=0,
72
  model="text-davinci-003"
73
  )["choices"][0]["text"].strip(" \n")
74
-
75
 
76
  except Exception as e:
77
  return f"An error occurred: {e}"
 
71
  presence_penalty=0,
72
  model="text-davinci-003"
73
  )["choices"][0]["text"].strip(" \n")
74
+ return response
75
 
76
  except Exception as e:
77
  return f"An error occurred: {e}"