🚀 PIG AI 新版来袭:AI能力全面升级! 点击了解一下?
# 内置了GLM-4V-FLASH视觉模型,仅供测试使用 docker run -p 8000:8000 registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/markitdown
docker run -d \ -p 8000:8000 \ -e API_KEY=gitee_ai_key \ -e MODEL=InternVL2_5-26B \ -e BASE_URL=https://ai.gitee.com/v1 \ registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/markitdown
docker run -d \ -p 8000:8000 \ -e API_KEY=your_aliyun_api_key \ -e MODEL=qwen-vl-max \ -e BASE_URL=https://dashscope.aliyuncs.com/api/v1 \ registry.cn-hangzhou.aliyuncs.com/dockerhub_mirror/markitdown
{ "text": "提取的文本内容" }
{ "detail": "Error message" }
git clone https://gitee.com/log4j/office2md.git cd office2md python3 -m venv venvdev source venvdev/bin/activate pip install -r requirements.txt # 启动服务 uvicorn main:app --reload