tluyben
                                            tluyben
                                        
                                    > Currently having the python 3.12 issues and its a big hassle to reconfigure my system. We need some dockerfile or ready to go VM to make this more accessible....
When will this be fixed? A lot of sites have this issue...
I really needed a solution asap, so here we go with this small hack which works for all my cases; in the htmlparser.js just find the parseTags and add this...
Ofcourse you can remove the regex call altogether to save some speed; ``` //while (Parser._reTags.test(this._buffer)) { while (true) { this._next = -1; //Parser._reTags.lastIndex - 1; var tagSep;// = this._buffer.charAt(this._next); //The...
This is a great project but I think the token limit exceeded is the most annoying; as you are going to reset then anyway, summing and feeding it the bottom...
It seems that keeping this in html format to send to gpt is taking up a lot of space (tokens)? Wouldn't it be better to just generate a flat list...
what needs to happen to do this? I am looking for mac and win support.