Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
broadfield-dev
/
Do_it_All_dev
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
broadfield-dev
commited on
Jan 20
Commit
cf42750
·
verified
·
1 Parent(s):
e783420
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from doitall import main
2
+
history = []
3
+
prompt_in="why is the sky blue?"
4
+
print(main.agent(prompt_in,history,mod=2,tok_in="",rand_seed=True,seed=1,max_thought=5,save_mem=False,recall_mem=False,rag_col=False))