Spaces:
Sleeping
Sleeping
Update bot.py
Browse files
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 |
-
|
|
|
|
43 |
output += response.token.text
|
44 |
return output
|
45 |
|
46 |
+
def start():
|
47 |
+
client.run(os.getenv("token"))
|