From 261ed0b9e94d0e19d73e57107b3384b5cf5e5fcb Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 22 May 2025 13:25:53 +0000 Subject: [PATCH] bugfix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" ```