clarissah commited on
Commit
ed1e878
·
verified ·
1 Parent(s): 5d7decc

added notes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def respond(message, history):
17
  response = client.chat_completion(
18
  messages,
19
  max_tokens = 10, # to change the length
20
- temperature = .9,
21
  top_p = .7
22
  )
23
 
 
17
  response = client.chat_completion(
18
  messages,
19
  max_tokens = 10, # to change the length
20
+ temperature = .9, #randomization
21
  top_p = .7
22
  )
23