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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ When using BASIC AI models, your prompts and the chat's memory are limited to 40
193
193
194
194
If you are seeking the best results for complex tasks, then choose ADVANCED AI models.
195
195
196
-
Bito CLI also prints the model type that is getting used for your current session on the standard error. If you run "bito" then you should see "Model configured" as "BASIC/ADVANCED". This is the model that is configured within your CLI by default.
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
197
198
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
199
@@ -216,7 +216,7 @@ Access Key can be persisted in Bito CLI by running ```bito config -e```
216
216
Such persisted Access Key can be over-ridden by running ```bito -k <access-key>``` or ```bito --key <access-key>``` for the transient session.
217
217
218
218
##### Output Language
219
-
By default Bito CLI generates output in English language. You can change the output language to your preferred language from [here](https://alpha.bito.ai/home/settings/advanced).
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
220
221
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```.
0 commit comments