Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
aliabid94
/
AutoGPT
like
247
Runtime error
App
Files
Files
Community
6
main
AutoGPT
/
tests
/
context.py
Ali Abid
first commit
0534c31
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
import
os
import
sys
sys.path.insert(
0
, os.path.abspath(os.path.join(os.path.dirname(__file__),
"../scripts"
))
)