Skip to content

Commit a806198

Browse files
Updates for Version 3.4.
1 parent e909963 commit a806198

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,11 @@ run ```bito --help``` or ```bito config --help```
8787
##### On MAC/Linux:
8888

8989
- run ```bito -v``` or ```bito --version``` to print the version number of Bito CLI installed currently.
90+
9091
- run ```bito –p writedocprompt.txt -f mycode.js``` for non-interactive mode in Bito (where writedocprompt.txt will contain your prompt text such as "Explain the code below in brief" and mycode.js will contain the actual code on which the action is to be performed).
9192

93+
- run ```bito –p writedocprompt.txt``` to read the content at standard input in Bito (where writedocprompt.txt will contain your prompt text such as "Explain the code below in brief" and input provided will have the actual content on which the action is to be performed).
94+
9295
- run ```cat file.txt | bito``` to directly cat a file and pipe it to bito and get instant result for your query.
9396

9497
- run ```cat inventory.sql | bito -p testdataprompt.txt > testdata.sql``` to redirect your output directly to a file (where -p can be used along with cat to perform prompt related action on the given content).
@@ -99,8 +102,11 @@ run ```bito --help``` or ```bito config --help```
99102

100103
##### On Windows:
101104
- run ```bito -v``` or ```bito --version``` to print the version number of Bito CLI installed currently.
105+
102106
- run ```bito – p writedocprompt.txt -f mycode.js``` for non-interactive mode in Bito (where writedocprompt.txt will contain your prompt text such as "Explain the code below in brief" and mycode.js will contain the actual code on which the action is to be performed).
103107

108+
- run ```bito –p writedocprompt.txt``` to read the content at standard input in Bito (where writedocprompt.txt will contain your prompt text such as "Explain the code below in brief" and input provided will have the actual content on which the action is to be performed).
109+
104110
- run ```type file.txt | bito``` to take input from file in windows and pipe it to bito and get instant result for your query.
105111

106112
- run ```type inventory.sql | bito -p testdataprompt.txt > testdata.sql``` to redirect your output directly to a file (where -p can be used along with type to perform prompt related action on the given content).
@@ -133,6 +139,26 @@ Here are two examples for you to see My Prompt in action:
133139

134140
[![Video](https://markdown-videos.vercel.app/youtube/GYa0p511NUQ)](https://www.youtube.com/watch?v=GYa0p511NUQ)
135141

142+
### Bito CLI Configuration
143+
#### bito config [flags]
144+
145+
- run ```bito config -l``` or ```bito config --list``` to list all config variables and values.
146+
147+
- run ```bito config -e``` or ```bito config --edit``` to open the config file in default editor.
148+
149+
#### Sample Configuration
150+
151+
bito:
152+
access_key: ""
153+
email: manthan.trivedi@bito.co
154+
preferred_ai_model: ADVANCED
155+
settings:
156+
auto_update: true
157+
max_context_entries: 20
158+
159+
##### Preferred AI Model
160+
By default it is set to ```ADVANCED``` and it can be overridden by running ```bito -m <BASIC/ADVANCED>```
161+
136162
## FAQs
137163

138164
### Enabling unicode For Windows 10 and below:

0 commit comments

Comments
 (0)