AItool commited on
Commit
6a03fb9
·
verified ·
1 Parent(s): d471d1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ full_text = " "
29
  top_p_init = 0.7
30
 
31
  if submitted:
32
- top_p_init+=0.1
33
  messages = [
34
  {"role": "user", "content": text}
35
  ]
 
29
  top_p_init = 0.7
30
 
31
  if submitted:
32
+ top_p_init+=0.2
33
  messages = [
34
  {"role": "user", "content": text}
35
  ]