handrew / browserpilot

Natural language browser automation
MIT License
497 stars 60 forks source link

compatibility with GPT-4-Turbo models + a new instruction #8

Open agn-7 opened 8 months ago

agn-7 commented 8 months ago

Since gpt-4-turbo-preview and gpt-4-1106-preview append "```" to the response, I removed the stop= parameter which was useless and added a regex to fetch the python code. I also add a new instruction as a new scenario for github.

This PR solves the #6 issue.

handrew commented 7 months ago

@agn-7 my apologies for the delay. Have you still found problems with this?

agn-7 commented 7 months ago

@handrew no worries.

Actually, I haven't worked with this repository for a while. But this PR solves the #6 issue.