mobinln commited on
Commit
92cb988
1 Parent(s): fca7347

remove wrong config

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -38,8 +38,7 @@ def respond(
38
  max_tokens=max_tokens,
39
  stream=True,
40
  temperature=temperature,
41
- top_p=top_p,
42
- echo=False
43
  )
44
 
45
  for message in completion:
 
38
  max_tokens=max_tokens,
39
  stream=True,
40
  temperature=temperature,
41
+ top_p=top_p
 
42
  )
43
 
44
  for message in completion: