Update README.md
Browse files
README.md
CHANGED
@@ -70,13 +70,13 @@ We have hosted the model at http://52.165.83.89:3100/infer. Hence, one can also
|
|
70 |
|
71 |
```bash
|
72 |
curl -X 'POST' \
|
73 |
-
'http://
|
74 |
-H 'accept: application/json' \
|
75 |
-H 'Content-Type: application/x-www-form-urlencoded' \
|
76 |
-d 'model_name=PipableAI%2Fpip-library-etl-1.3b&prompt=YOUR PROMPT&device=&max_new_tokens='
|
77 |
```
|
78 |
|
79 |
-
Alternatively, you can directly access UI endpoint at http://
|
80 |
|
81 |
### Library use
|
82 |
|
|
|
70 |
|
71 |
```bash
|
72 |
curl -X 'POST' \
|
73 |
+
'http://172.178.123.207:3100/infer' \
|
74 |
-H 'accept: application/json' \
|
75 |
-H 'Content-Type: application/x-www-form-urlencoded' \
|
76 |
-d 'model_name=PipableAI%2Fpip-library-etl-1.3b&prompt=YOUR PROMPT&device=&max_new_tokens='
|
77 |
```
|
78 |
|
79 |
+
Alternatively, you can directly access UI endpoint at http://172.178.123.207:3100/docs#/default/infer_infer_post.
|
80 |
|
81 |
### Library use
|
82 |
|