Fix the API
This commit is contained in:
parent
77f58e5dab
commit
2b4ce79b6f
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ response = requests.post(f"http://{server}:7860/run/textgen", json={
|
||||||
prompt,
|
prompt,
|
||||||
params['max_new_tokens'],
|
params['max_new_tokens'],
|
||||||
params['do_sample'],
|
params['do_sample'],
|
||||||
params['max_new_tokens'],
|
|
||||||
params['temperature'],
|
params['temperature'],
|
||||||
params['top_p'],
|
params['top_p'],
|
||||||
params['typical_p'],
|
params['typical_p'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue