Emmett McFarlane
Emmett McFarlane
> File "engshell.py", line 24 print(engshell_PREVIX(), end="") ^ SyntaxError: invalid syntax Hi Jose, it looks like that line should be indented, so maybe you accidentally deleted the indent, and thus...
> Why must it be non GPT based? Wouldn't recursively summarizing chunks of the conversation using the gpt3.5 chat endpoint be sufficient? I believe chunking the text and then doing...
Hi @skyler14, I have not yet tested minimum requirements for local extraction. If it helps -- I got it working on a 4 GB machine with no GPU. A GPU...
Hi @sisyga , the ai_extraction parameter is only available from the API at the moment. When running locally on PDFs with lots of pages, I experience this problem too. That...
> can you support private repos? Hi @skyler14 , this is supported. Simply set your GITHUB_TOKEN environment variable and it will work.
> Ok great, does it also have a relatively simple way to add gitlab, atlassian, or your own private repository sources not explicitly on github? I have a few people...
> Experienced this error a while back. After a few days everything was working normally. After my research i came to the conclusion that this is a restriction by youtube...
> I'm running thepipe locally to extract some page URLs for processing with GPT4o, and it seems that the image generated for each page only captures the content above the...
@michael-supreme Thanks for providing these links to replicate, currently still investigating this issue
Hi @Fuckingnameless , thanks for pointing this issue out. This should be fixed as of commit #8ee1174 New usage is as follows: # Basic usage: scrape a file, directory, or...