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