Fix the API

This commit is contained in:
oobabooga 2023-02-24 17:38:15 -03:00
parent 77f58e5dab
commit 2b4ce79b6f

View File

@ -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'],