You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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.
Hi,
I found the way provided in doc that using bito in text mode is
if I need prompt I should provide a file and using the command:
Is there anyway that I can pass the prompt in the command ? or can I add the prompt just before the chat message?
The text was updated successfully, but these errors were encountered: