broadfield-dev commited on
Commit
cf42750
·
verified ·
1 Parent(s): e783420

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -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))