mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 08:07:56 +01:00
Fix the API extension
This commit is contained in:
parent
58b34c0841
commit
64f5c90ee7
@ -57,6 +57,7 @@ class Handler(BaseHTTPRequestHandler):
|
||||
'length_penalty': float(body.get('length_penalty', 1)),
|
||||
'early_stopping': bool(body.get('early_stopping', False)),
|
||||
'seed': int(body.get('seed', -1)),
|
||||
'add_bos_token': int(body.get('add_bos_token', True)),
|
||||
}
|
||||
|
||||
generator = generate_reply(
|
||||
|
Loading…
Reference in New Issue
Block a user