John Felten

Results 11 comments of John Felten

pty.js is doing that. Can you open a ticket with them or let me know if I can change the way pty.js is invoked.

sounds like your repo has an internal hook defined that is failing: https://stackoverflow.com/questions/7986139/git-error-when-trying-to-push-pre-receive-hook-declined

ok - I'll make a note that it is verified working in the README. Thank you.

That should be doable - would require some conditional logic in the ingress template.

SSL is delegated to the ingress controller. This was deliberately disabled to avoid conflict. Is this breaking something?

will close if there is no further follow up - respond in the next day or so if you want to keep this open.

I changed the behavior and fixed some ssl behavior when upgrading to 1.11 (now 1.12) there are 3 things: Ingress config which fronts the git service gitea app ini config...

Thanks, @handrew. Yes, it seems to work well with gpt-4. This is good work, and I am surprised more people aren't using browserpilot. I will generate a Pull Request.

I created https://github.com/handrew/browserpilot/pull/18. Unfortunately, I cannot get the example.py to run. Chrome webdriver crashes: ``` poetry run python3.12 examples.py selenium --chromedriver_path ./chromedriver ./prompts/examples/buffalo_wikipedia.yaml ``` I noticed the same behavior on...

Thanks! It works with gpt-4 now, but gpt-3.5-turbo now throws an error: ``` INFO:browserpilot.agents.compilers.instruction_compiler:OpenAI error. Likely a rate limit error, API error, or timeout: Error code: 400 - {'error': {'message':...