This commit is contained in:
yumoqing 2025-05-22 13:25:53 +00:00
parent 281c676056
commit 261ed0b9e9

View File

@ -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"
```