wop commited on
Commit
1f593c4
·
1 Parent(s): 637dfba

Update bot.py

Browse files
Files changed (1) hide show
  1. bot.py +2 -1
bot.py CHANGED
@@ -43,4 +43,5 @@ def generate(prompt, history, temperature=0.9, max_new_tokens=500, top_p=0.95, r
43
  output += response.token.text
44
  return output
45
 
46
- client.run(os.getenv("token"))
 
 
43
  output += response.token.text
44
  return output
45
 
46
+ def start():
47
+ client.run(os.getenv("token"))