diff --git a/README.md b/README.md index a1290ce..20b4649 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,11 @@ pip install git+https://git.kaiyuancloud.cn/yumoqing/ahserver.git cd fvlm python app/fastvlm.py ``` +the server will bind on port 9994 ## Usage ``` -curl https://{domain}/v1/generate \ +curl http://localhost:9994/v1/generate \ -F "prompt=描述这张图片" \ -F "image_path=@path_to_image" ```