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