pratham-pi commited on
Commit
8afdf83
1 Parent(s): 64c54b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -83,7 +83,7 @@ curl -X 'POST' \
83
  'http://172.178.123.207:3100/infer' \
84
  -H 'accept: application/json' \
85
  -H 'Content-Type: application/x-www-form-urlencoded' \
86
- -d 'model_name=PipableAI%2Fpip-library-etl-1.3b&prompt=YOUR PROMPT&device=&max_new_tokens='
87
  ```
88
 
89
  Alternatively, you can directly access UI endpoint at http://172.178.123.207:3100/docs#/default/infer_infer_post.
 
83
  'http://172.178.123.207:3100/infer' \
84
  -H 'accept: application/json' \
85
  -H 'Content-Type: application/x-www-form-urlencoded' \
86
+ -d 'model_name=PipableAI%2Fpip-library-etl-1.3b&prompt="YOUR PROMPT"&max_new_tokens=400'
87
  ```
88
 
89
  Alternatively, you can directly access UI endpoint at http://172.178.123.207:3100/docs#/default/infer_infer_post.