Spaces:
Runtime error
Runtime error
File size: 113 Bytes
0534c31 |
1 2 3 4 5 6 |
"""Auto-GPT: A GPT powered AI Assistant"""
import autogpt.cli
if __name__ == "__main__":
autogpt.cli.main()
|