mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 22:27:29 +00:00
Merge branch 'main' into fix/api-reload
This commit is contained in:
commit
bfe960731f
24 changed files with 429 additions and 196 deletions
|
|
@ -57,6 +57,7 @@ class Handler(BaseHTTPRequestHandler):
|
|||
penalty_alpha=0,
|
||||
length_penalty=1,
|
||||
early_stopping=False,
|
||||
seed=-1,
|
||||
)
|
||||
|
||||
answer = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue