Spaces:
Runtime error
Runtime error
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 | |
```bash | |
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 | |
``` |