yym68686's picture
update
516e2c8
metadata
title: ChatGPT Telegram Bot
emoji: πŸ†
colorFrom: gray
colorTo: blue
sdk: docker
app_port: 8080
pinned: false

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

dodocker build --no-cache -t chatgpt:hugging -f Dockerfile.hugging.build --platform linux/amd64 .
docker tag chatgpt:hugging yym68686/chatgpt:hugging
docker push yym68686/chatgpt:hugging