https://github.com/OpenBMB/ChatDev
services:
chatdev:
image: sheepgreen/chatdev #or use ghcr.io/slippersheepig/chatdev
container_name: chatdev
environment:
- OPENAI_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
command: [ "python", "run.py", "--task", "[description_of_your_idea]", "--name", "[project_name]" ]