Update README.md
Browse files
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&
|
| 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.
|