Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aliabid94
/
AutoGPT
like
247
Runtime error
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
2263f48
AutoGPT
/
tests
/
context.py
Ali Abid
first commit
0534c31
almost 2 years ago
raw
Copy download link
history
blame
Safe
119 Bytes
import
os
import
sys
sys.path.insert(
0
, os.path.abspath(os.path.join(os.path.dirname(__file__),
"../scripts"
))
)