Brandon Roberts

Results 111 comments of Brandon Roberts

> I am glad that this tool has worked for you but we have deprecated this tool internally and so I am archiving this repo. Not archived yet. What do...

When you get this message a couple things can be happening: 1) ChatGPT is globally overloaded and they're throttling requests 2) There's a temporary outage 3) You're doing things too...

This is a sporadic problem that we can't really do much about. [I added a timeout in my branch](https://github.com/brandonrobertz/chatgpt-wrapper) that raises a new exception when this happens. It's best to...

You could do it like this: 1. Set your session location (`user_dir` from https://github.com/mmabrouk/chatgpt-wrapper/blob/main/chatgpt_wrapper/chatgpt.py#L50) to be shared using a docker volume 2. Run wrapper and log in locally 3. Start...

Playwright, the site instrumentation library behind this library, [isn't thread safe](https://github.com/microsoft/playwright-python/issues/623#issuecomment-821113328). In order to use threads you need to instantiate the ChatGPT wrapper separately [inside of each thread](https://github.com/microsoft/playwright-python/issues/623#issuecomment-821113328).

The library is in need of some library config modernization. You can get it running by manually installing everything in the requirements.txt first and then installing via pip normally. So:...

> Related: Here's an implementation of a `get_metadata()` plugin hook by @brandonrobertz [next-LI@3fd8ce9](https://github.com/next-LI/datasette/commit/3fd8ce91f3108c82227bf65ff033929426c60437) Here's a plugin that implements metadata-within-DBs: [next-LI/datasette-live-config](https://github.com/next-LI/datasette-live-config) How it works: If a database has a `__metadata` table,...

Where is the failing line of code? Can you paste a full traceback?

Do you think we need to do any auditing on the new dependency? Willing to help out. Can test on windows + MacOS (intel), as well as linux of course.

> If you want to, you can take a look at [codeberg.org/gumbo-parser/gumbo-parser](https://codeberg.org/gumbo-parser/gumbo-parser), and if you have any objections, let me know. I went through the changeset and they're very reasonable...