Open
Description
Hi,
I found the way provided in doc that using bito in text mode is
echo "give me code for bubble sort in python" | bito
if I need prompt I should provide a file and using the command:
echo "give me code for bubble sort in python" | bito -p myPrompt.txt
Is there anyway that I can pass the prompt in the command ? or can I add the prompt just before the chat message?