An intelligent action effect prediction bot based on GPT-3. A OpenAI API key is required for this to work.
Example usage:
$> python aebot.py "What is the effect of shake can?"
This is a new action effect prediction
The liquid inside will be shaken up and will form into a foamy head.
$> python aebot.py "What is the effect of put dough into the oven?"
This is a new action effect prediction
The dough will be baked into bread.
$> python aebot.py "What is the effect of shake can?"
This prediction comes from cache_answer
The liquid inside will be shaken up and will form into a foamy head.