Spaces:
Runtime error
Runtime error
import os | |
os.system('pip install git+https://github.com/broadfield-dev/Do_it_All') | |
from doitall import main | |
history = [] | |
prompt_in="why is the sky blue?" | |
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)) | |