Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aliabid94/AutoGPT
skullsquadron
/
AutoGPT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fce4752
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"
))
)