Spaces:
Runtime error
Runtime error
File size: 289 Bytes
ede75db cf42750 |
1 2 3 4 5 6 7 |
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))
|