Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
aliabid94/AutoGPT
Kevin676
/
AutoGPT
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8ef7e05
AutoGPT
/
tests
/
context.py
Kevin676
Duplicate from aliabid94/AutoGPT
8ef7e05
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"
))
)