-
Hello, everyone. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
hi @Arturohgm , Bito uses different models and based on basic and advance query the output token size differs [4k for basic vs 8k/16k for advance]. Thanks, |
Beta Was this translation helpful? Give feedback.
@Arturohgm ,
A single token can represent between 3 to 4 characters on average. So the max output can range between 24,000 to 32,000 characters (assuming 8K output token limit).
Prompts used also influence the output. Although larger input can be provided as the output has limits, one of the approaches would be to provide code blocks which are smaller so that if completely migrated to another language will fit into 8K token limits (ideally lesser than 24,000 characters to be on safer side) as there might be explanation added by AI model which will also take up the output space, which later you will need to filter out.