popai / Dockerfile
Vinbor's picture
Update Dockerfile
6074cd7 verified
raw
history blame contribute delete
118 Bytes
FROM hulu365/popai2api:latest
RUN sed -i 's|/v1/chat/completions|/hf/v1/chat/completions|g' /app/routes.py
EXPOSE 3000