OjciecTadeusz commited on
Commit
7d9d497
1 Parent(s): f01378a

Update main.py

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