Files
gpt_academic/autogpt/__main__.py
2023-04-28 09:53:51 +08:00

6 lines
113 B
Python

"""Auto-GPT: A GPT powered AI Assistant"""
import autogpt.cli
if __name__ == "__main__":
autogpt.cli.main()