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
+23-13Lines changed: 23 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,18 @@ Arch and Arch based distro users can install it from [AUR](https://aur.archlinu
33
33
34
34
``` yay -S bito-cli``` or ```paru -S bito-cli```
35
35
36
+
#### Using Homebrew:
37
+
1. Before using homebrew, please make sure that you uninstall any previously installed versions of Bito CLI using the uninstall script provided [here](https://github.com/gitbito/CLI#uninstalling-bito-cli).
38
+
2. Once above is done then you can use following commands to install Bito CLI using homebrew:
39
+
- First tap the CLI repo using ```brew tap gitbito/bitocli```, this should be a one time action and not required every time.
40
+
- Now you can install Bito CLI using following command:
41
+
-```brew install bito-cli``` - this should install Bito CLI based upon your machine architecture.
42
+
- To update Bito CLI to the latest version, use following commands:
43
+
- Please make sure you always do ```brew update``` before upgrading to avoid any errors.
44
+
-```brew update``` - this will update all the required packages before upgrading.
45
+
-```brew upgrade bito-cli``` - once above is done, this will update Bito CLI to the latest version.
46
+
- To uninstall Bito CLI you can either use the uninstall command from [here](https://github.com/gitbito/CLI#uninstalling-bito-cli) or use following commands:
47
+
-```brew uninstall bito-cli``` - this should uninstall Bito CLI completely from your system.
36
48
37
49
**Note for the Mac Users:** You might face issue related to verification for which you will have to manually do the steps from [here](https://support.apple.com/en-in/guide/mac-help/mh40616/mac) (we are working on fixing it as soon as possible).
38
50
@@ -181,6 +193,12 @@ When using BASIC AI models, your prompts and the chat's memory are limited to 40
181
193
182
194
If you are seeking the best results for complex tasks, then choose ADVANCED AI models.
183
195
196
+
Bito CLI also prints the model configured and the one used for your current session on standard error for your reference. If you run "bito" then you should see "Model configured" as "BASIC/ADVANCED". This is the model that is configured in your CLI configuration (which can be access via ```bito config -e```).
197
+
198
+
If you start making queries then depending upon your Bito Billing Plan if you are on a Free plan then the model will automatically switch to BASIC and you shall see "Model in use:" as BASIC getting printed.
199
+
200
+
If you are on a Paid Plan and haven't exhausted your advanced queries then you shall see "Model in use:" as ADVACNED getting printed.
201
+
184
202
##### Access Key
185
203
Access Key can be created at Bito Web UI and used in Bito CLI.
186
204
@@ -197,25 +215,17 @@ Access Key is an alternate authentication mechanism to Email & OTP based aunthen
197
215
Access Key can be persisted in Bito CLI by running ```bito config -e```
198
216
Such persisted Access Key can be over-ridden by running ```bito -k <access-key>``` or ```bito --key <access-key>``` for the transient session.
199
217
218
+
##### Output Language
219
+
By default Bito CLI generates output in English. You can change the output language to your preferred language from [here](https://alpha.bito.ai/home/settings/advanced).
220
+
221
+
As of now it takes 30 mins for the language change to reflect in the CLI when the CLI is in the running mode. For the changes to reflect immeditately you can exit the current CLI session using ```Ctrl+C``` and again run the CLI using ```bito```.
222
+
200
223
## FAQs
201
224
202
225
### Enabling unicode For Windows 10 and below:
203
226
1. Unicode characters (using other languages) might not be readily supported on command prompt if you are on Windows 10 or below. You can run command ```chcp 936``` in cmd prior to using bito to support unicode characters in Windows 10 or below (To undo the settings done here you can follow this [link](https://share.bito.co/static/share?aid=8e535e57-d57f-4e03-a692-cf81a98fa6d2)).
204
227
2. IF you are on Windows 11 then you shouldn't encounter any such issues.
205
228
206
-
### Using Homebrew for Bito CLI:
207
-
1. Before using homebrew, please make sure that you uninstall any previously installed versions of Bito CLI using the uninstall script provided [here](https://github.com/gitbito/CLI#uninstalling-bito-cli).
208
-
2. Once above is done then you can use following commands to install Bito CLI using homebrew:
209
-
- First tap the CLI repo using ```brew tap gitbito/bitocli```, this should be a one time action and not required every time.
210
-
- Now you can install Bito CLI using following command:
211
-
-```brew install bito-cli``` - this should install Bito CLI based upon your machine architecture.
212
-
- To update Bito CLI to the latest version, use following commands:
213
-
- Please make sure you always do ```brew update``` before upgrading to avoid any errors.
214
-
-```brew update``` - this will update all the required packages before upgrading.
215
-
-```brew upgrade bito-cli``` - once above is done, this will update Bito CLI to the latest version.
216
-
- To uninstall Bito CLI you can either use the uninstall command from [here](https://github.com/gitbito/CLI#uninstalling-bito-cli) or use following commands:
217
-
-```brew uninstall bito-cli``` - this should uninstall Bito CLI completely from your system.
218
-
219
229
## License ##
220
230
221
231
Copyright (C) 2021, Bito Inc - All Rights Reserved
0 commit comments