Skip to content

slippersheepig/ChatDevDIY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ChatDevDIY

https://github.com/OpenBMB/ChatDev

docker-compose.yml

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]" ]

docker-compose up -d until the container exited

docker logs -f chatdev to see the process

After that, docker cp chatdev:/chatdev /path/to/what/you/prefer