avi-pipable commited on
Commit
ca15e7d
·
verified ·
1 Parent(s): e79908f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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://52.165.83.89: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://52.165.83.89:3100/docs#/default/infer_infer_post.
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