bragour commited on
Commit
e5085a0
1 Parent(s): a40bb81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def respond(
22
  # Generate the response from the API
23
  result = model.generate(
24
  tokens,
25
- do_sample=False
26
  max_new_tokens=max_tokens,
27
  temperature=temperature,
28
  top_p=top_p,
 
22
  # Generate the response from the API
23
  result = model.generate(
24
  tokens,
25
+ do_sample=False,
26
  max_new_tokens=max_tokens,
27
  temperature=temperature,
28
  top_p=top_p,