mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Fix the API
This commit is contained in:
parent
77f58e5dab
commit
2b4ce79b6f
@ -41,7 +41,6 @@ response = requests.post(f"http://{server}:7860/run/textgen", json={
|
||||
prompt,
|
||||
params['max_new_tokens'],
|
||||
params['do_sample'],
|
||||
params['max_new_tokens'],
|
||||
params['temperature'],
|
||||
params['top_p'],
|
||||
params['typical_p'],
|
||||
|
Loading…
Reference in New Issue
Block a user