Skip to content

Commit a45d0ea

Browse files
authored
Update README.md (#40)
Added details about ADVANCED and BASIC AI models.
1 parent 4a30881 commit a45d0ea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@ settings:<br/>
160160
By default AI Model Type is set to ```ADVANCED``` and it can be overridden by running ```bito -m <BASIC/ADVANCED>```
161161
Model type is used for AI query in the current session. Model type can be set to BASIC/ADVANCED, which is case insensitive.
162162

163+
"ADVANCED" refers to AI models like GPT-4 and Claude 2, while "BASIC" refers to AI models like GPT-3.5 Turbo and Claude Instant.
164+
165+
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.
166+
167+
If you are seeking the best results for complex tasks, then choose ADVANCED AI models.
168+
163169
##### Access Key
164170
Access Key can be created at Bito Web UI and used in Bito CLI.
165171

0 commit comments

Comments
 (0)