Configuration
Manage Bito CLI settings
Last updated
Was this helpful?
Manage Bito CLI settings
Last updated
Was this helpful?
run bito config -l
or bito config --list
to list all config variables and values.
run bito config -e
or bito config --edit
to open the config file in default editor.
is an alternate authentication mechanism to Email & OTP based authentication. You can use an Access Key in Bito CLI to access various functionalities such as Bito AI Chat. Here’s a guide on . Basically, after creating the Access Key, you have to use it in the config file mentioned above. For example, access_key: “YOUR_ACCESS_KEY_HERE”
Access Key can be persisted in Bito CLI by adding it in the config file using bito config -e
. Such persisted Access Key can be over-ridden by running bito -k <access-key>
or bito --key <access-key>
for the transient session (sessions that last only for a short time).
By default AI Model Type is set to ADVANCED
and it can be overridden by running bito -m <BASIC/ADVANCED>
. Model type is used for AI query in the current session. Model type can be set to BASIC
or ADVANCED
, which is case insensitive.
"ADVANCED" refers to AI models like GPT-4o, Claude Sonnet 3.5, and best in class AI models, while "BASIC" refers to AI models like GPT-4o mini and similar models.
When using Basic AI models, your prompts and the chat's memory are limited to 40,000 characters (about 18 single-spaced pages). However, with Advanced AI models, your prompts and the chat memory can go up to 240,000 characters (about 110 single-spaced pages). This means that Advanced models can process your entire code files, leading to more accurate answers.
If you are seeking the best results for complex tasks, then choose Advanced AI models.
Access to Advanced AI models is only available in Bito's . However, Basic AI models can be used by both free and paid users.
To see how many Advanced AI requests you have left, please visit the page. On this page, you can also set to control usage of Advanced AI model requests for your workspace and avoid unexpected expenses.
Also note that even if you have set preferred_ai_model: ADVANCED
in Bito CLI config but your Advanced AI model requests quota is finished (or your self-imposed is reached) then Bito CLI will start using Basic AI models instead of Advanced AI models.