Spaces:
Runtime error
Runtime error
| export const RUN_OPTION_QUESTION = { | |
| type: 'list', | |
| name: 'runOption', | |
| choices: [ | |
| { value: "docker-compose", name: "π Docker-compose (Recommended)" }, | |
| { value: "manual", name: "πͺ Manual (Not recommended)" }, | |
| ], | |
| message: 'How will you be running AgentGPT?', | |
| default: "docker-compose", | |
| } | |