fantaxy commited on
Commit
0080d88
·
verified ·
1 Parent(s): 8cbccc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,8 +91,8 @@ class MyClient(discord.Client):
91
 
92
  response = hf_client.chat_completion(
93
  messages,
94
- max_tokens=1000,
95
- temperature=0.7,
96
  top_p=0.85
97
  )
98
 
 
91
 
92
  response = hf_client.chat_completion(
93
  messages,
94
+ max_tokens=2000,
95
+ temperature=0.1,
96
  top_p=0.85
97
  )
98