broadfield-dev commited on
Commit
e228884
·
verified ·
1 Parent(s): 6179a89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,4 +3,4 @@ os.system('pip install git+https://github.com/broadfield-dev/Do_it_All')
3
  from doitall import main
4
  history = []
5
  prompt_in="why is the sky blue?"
6
- print(main.Do_it_All().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))
 
3
  from doitall import main
4
  history = []
5
  prompt_in="why is the sky blue?"
6
+ print(main.Do_It_All().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))