Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
|
|
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))
|