mpolanco commited on
Commit
42aba53
1 Parent(s): e0e110e

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -49,4 +49,4 @@ class GeneralModel:
49
  # Setting the OpenAI API key got from the OpenAI dashboard
50
  set_openai_key(api_key)
51
  output = self.query(poem.format(input = input))
52
- return output
 
49
  # Setting the OpenAI API key got from the OpenAI dashboard
50
  set_openai_key(api_key)
51
  output = self.query(poem.format(input = input))
52
+ return output