Open elvin-du opened 1 year ago
context length is 8191 tokens
please split your content to more small piece.
content
means the content of one file? I just put 390 files on the path which set in config file.
One of your file length is larger than 8191(prompts length + content length = 8916). We should split this file into two parts, make sure not near 8191.
when I run
./target/release/askbend -c askbend.toml --rebuild
cmd , I got the error as blow. how to fix this?