langchain-ai / langchain

🦜🔗 Build context-aware reasoning applications
https://python.langchain.com
MIT License
93.57k stars 15.08k forks source link

Add ChatGPT chain/API support #258

Closed Glavin001 closed 1 year ago

Glavin001 commented 1 year ago

https://github.com/acheong08/ChatGPT or others

hwchase17 commented 1 year ago

https://twitter.com/hwchase17/status/1599559478042857472?s=20&t=Hb8D3oXynVVvVHjwd4Dp4w and https://gist.github.com/hwchase17/af2230cfc648078e1c4925c9fc183ed1

mamigot commented 1 year ago

https://github.com/ibleducation/ibl-ai-chatgpt-langchain

hwchase17 commented 1 year ago

oh nice! did you tweet it out?

mamigot commented 1 year ago

yes sir! https://twitter.com/ibleducation/status/1600926176842723328?s=46&t=YUzfNSZg8WciaHUBD4fuvQ

tddschn commented 1 year ago

ibleducation/ibl-ai-chatgpt-langchain is no longer being updated after Dec 2022, and doesn't support authentication methods other than email + password.

I'd still like to see (official) integration with revChatGPT (more specifically, the revChatGPT.V1) even after the official API is out, because revChatGPT can create chat sessions that shows up on chat.openai.com, and allows you to continue the conversation on chat.openai.com later.

My use case: Send multiple prompts crafted with langchain to chat.openai.com programatically, and go to chat.openai.com to continue my conversations.