Closed rlitman-10c closed 1 year ago
That is a bug or a missing feature, since I don't work on such big files I have never implemented proper support for them.
Also this touches on other topic that I'm using GPT-3 tokenises and GPT-4 tokeniser needs to be implemented. Because slight variations cause this kind of issue where we query openai with an invalid query
This has now proper error handling + added issues for support with bigger files.
Trying to run any command on a short fragment in file about 1.2k lines long (~32KB file size) causes "Error: Could not find classification in the text" to be shown. The normal extension log doesn't contain anything remotely useful (it contains only the file name, my prompt and the error message).
The VSC console contains the following error:
I packaged the extension locally from commit
ec8f26f5
.