Fix the API extension
This commit is contained in:
parent
58b34c0841
commit
64f5c90ee7
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ class Handler(BaseHTTPRequestHandler):
|
||||||
'length_penalty': float(body.get('length_penalty', 1)),
|
'length_penalty': float(body.get('length_penalty', 1)),
|
||||||
'early_stopping': bool(body.get('early_stopping', False)),
|
'early_stopping': bool(body.get('early_stopping', False)),
|
||||||
'seed': int(body.get('seed', -1)),
|
'seed': int(body.get('seed', -1)),
|
||||||
|
'add_bos_token': int(body.get('add_bos_token', True)),
|
||||||
}
|
}
|
||||||
|
|
||||||
generator = generate_reply(
|
generator = generate_reply(
|
||||||
|
|
Loading…
Add table
Reference in a new issue