CLI
CLI copied to clipboard
Can pass prompt in text
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?
Hello @liuzhenghua,
If I understood correctly then you wish to pass prompt directly to bito without using a prompt.txt file? Something like: echo "give me code for bubble sort in python" | bito -p "your-prompt-message-here"
Is that what you are looking for?
Thanks!
Hello @liuzhenghua,
If I understood correctly then you wish to pass prompt directly to bito without using a prompt.txt file? Something like: echo "give me code for bubble sort in python" | bito -p "your-prompt-message-here"
Is that what you are looking for?
Thanks!
Yes, It's much help for me If can using prompt in that way.
@liuzhenghua we will explore possible solutions around it and get back to you with updates.
Thanks!