Erol444 / gpt4-openai-api

Python package that provides (unofficial) API access to the GPT-4 through chat.openai.com. Works with langchain. Supports browsing, DALL-E 3, plugins, continuing generation.
165 stars 38 forks source link

Binary Location must be a string. #38

Open themasterprogram opened 6 months ago

themasterprogram commented 6 months ago

Hi guys I was trying to use your aplication to get free openai api key(free accounts can only generate content for a few times). But i eventually got stuck at this error that binary location must be a string. Kindly tell me what's wrong

image image image

Erol444 commented 6 months ago

Hi @themasterprogram ,

But i eventually got stuck

Does it work initially and it eventually throws this error, or does it never work? I'd imagine it wouldn't work at all, likely due to not having Chrome installed, or notebooks doesn't have access to it (maybe try running via normal python, not inside notebooks).