natbot
natbot copied to clipboard
Drive a browser with GPT-3
On first run: ``` Traceback (most recent call last): File "/home/sam/git/natbot/natbot.py", line 8, in from playwright.sync_api import sync_playwright ModuleNotFoundError: No module named 'playwright' ``` So, so far I know I...
Add support for https://text-generator.io as well as keeping the existing OpenAI support/compatibility. Text Generator is more affordable and also researches input links so there may be benefits to that functionality...
Hello, Im amazed at this implementation of GPT-3. I would love to add an extra later to theprompt by preprocessing the text and adding entities with metalabel while passing prompt...
This is a much better variable name :)
Before:  (and hitting enter doesn't actually do anything because it's trying to type into a button) After:  it detects the Google search textarea and fills it out correctly
Natbot opens the browser, navigates to google and then does nothing. I suspect it's tripped up by the cookie settings screen that Google has to display due to the EU...
click (`c`) and type submit (`t`) aren't working as expected. page goto URL (`g`), page up (`u`), page down (`d`) seem to work fine. anyone else?
Updating to 'model="text-davinci-003"' from 'model="text-davinci-002"'. Immediately improves performance. *It can handle more complex instructions *Goes deeper into the task before failing
Seems like Playwright lies about devicePixelRatio on Windows the same way it does on Darwin. It makes alll browsing incorrect. I think the only way to solve it is to...
`openai.error.InvalidRequestError: Must provide an 'engine' parameter to create a ` Do you know how to surpass this?