OjciecTadeusz commited on
Commit
ce5d4ab
·
verified ·
1 Parent(s): 7d56800

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -61,7 +61,7 @@ def generate(item: Item):
61
  else:
62
  output += response # If not, treat it as a string
63
 
64
- return ['msg': output]
65
  # return output
66
 
67
 
 
61
  else:
62
  output += response # If not, treat it as a string
63
 
64
+ return [{'msg': output}]
65
  # return output
66
 
67