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

Started changing from selenium to openai's private api #11

Closed Erol444 closed 1 year ago

Erol444 commented 1 year ago

This also adds support for plugins. Note that token has changed - from session token to access token. See this link on how to get access token: https://github.com/Erol444/gpt4-openai-api#how-to-get-the-access-token

Erol444 commented 1 year ago

image

Erol444 commented 1 year ago

cc @Nadeus