Skip to content

Commit b1c7925

Browse files
Changed description for -m option and added a section for -k or --key option.
1 parent 9774ba0 commit b1c7925

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ run ```bito --help``` or ```bito config --help```
103103
##### On Windows:
104104
- run ```bito -v``` or ```bito --version``` to print the version number of Bito CLI installed currently.
105105

106-
- 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).
106+
- 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).
107107

108108
- 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).
109109

@@ -156,8 +156,16 @@ settings:<br/>
156156
&emsp;auto_update: true<br/>
157157
&emsp;max_context_entries: 20<br/>
158158

159-
##### Preferred AI Model
160-
By default it is set to ```ADVANCED``` and it can be overridden by running ```bito -m <BASIC/ADVANCED>```
159+
##### Preferred AI Model Type
160+
By default AI Model Type is set to ```ADVANCED``` and it can be overridden by running ```bito -m <BASIC/ADVANCED>```
161+
Model type to use for AI query in the current session. Model type can be set to BASIC/ADVANCED, which is case insensitive.
162+
163+
##### Access Key
164+
Access Key can be created at Bito Web UI and used in Bito CLI.
165+
Access Key is an alternate authentication mechanism to Email & OTP based aunthentication.
166+
167+
Access Key can be persisted in Bito CLI by running ```bito config -e```
168+
Such persisted Access Key can be over-ridden by running ```bito -k <access-key>``` or ```bito --key <access-key>``` for the transient session.
161169

162170
## FAQs
163171

0 commit comments

Comments
 (0)