DaoCloud / public-image-mirror

很多镜像都在国外。比如 gcr 。国内下载很慢,需要加速。致力于提供连接全世界的稳定可靠安全的容器镜像服务。
Apache License 2.0
3.84k stars 594 forks source link

gpt代理 #15355

Closed suxun520 closed 3 weeks ago

suxun520 commented 3 weeks ago

镜像是否符合下列要求

要同步的级别

只需要这一个镜像 (如 docker.io/library/busybox)

项目源码地址 或 组织地址

docker.io/ydlhero/chatgpt-web-midjourney-proxy:latest

官网 或 文档 或 项目源码 中哪提及对应的镜像的地址 (需要证明这个镜像和源码有实际关联)

docker run --name chatgpt-web-midjourney-proxy -d -p 6015:3002 \ -e OPENAI_API_KEY=sk-xxxxx \ -e OPENAI_API_BASE_URL=https://api.openai.com \ -e MJ_SERVER=https://your-mj-server:6013 \ -e MJ_API_SECRET=your-mj-api-secret \ -e LUMA_SERVER=https://your-luma-server:8000 \ -e LUMA_KEY=your-luma-key \ -e SUNO_SERVER=https://your-suno-server:8000 \ -e SUNO_KEY=you-suno-key ydlhero/chatgpt-web-midjourney-proxy

镜像仓库地址

docker.io/ydlhero/chatgpt-web-midjourney-proxy:latest

补充说明

No response

github-actions[bot] commented 3 weeks ago

Hi @suxun520, 感谢您的反馈! 我们会尽快跟进.

Details Instructions for interacting with me using comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the [gh-ci-bot](https://github.com/wzshiming/gh-ci-bot) repository.