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
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ run ```bito --help``` or ```bito config --help```
103
103
##### On Windows:
104
104
- run ```bito -v``` or ```bito --version``` to print the version number of Bito CLI installed currently.
105
105
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).
107
107
108
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
109
@@ -156,8 +156,16 @@ settings:<br/>
156
156
 auto_update: true<br/>
157
157
 max_context_entries: 20<br/>
158
158
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.
0 commit comments