Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

feat: use new session impl #28

Closed
wants to merge 8 commits into from

Conversation

gengjiawen
Copy link
Contributor

@gengjiawen gengjiawen commented Feb 20, 2023

@fuergaosi233
Copy link
Contributor

I want it to be able to log in with an account and password 🤔 we need add auth.

@gengjiawen
Copy link
Contributor Author

I want it to be able to log in with an account and password 🤔 we need add auth.

The email login still exist, I only make the check not a must.

@fuergaosi233
Copy link
Contributor

I want it to be able to log in with an account and password 🤔 we need add auth.

The email login still exist, I only make the check not a must.

4.x does not include browser ChatGPT .

@gengjiawen
Copy link
Contributor Author

gengjiawen commented Feb 24, 2023

I want it to be able to log in with an account and password 🤔 we need add auth.

The email login still exist, I only make the check not a must.

4.x does not include browser ChatGPT .

I have switch to waylaidwanderer/node-chatgpt-api for token. PTAL.

@gengjiawen
Copy link
Contributor Author

For anyone want to try:

For how generate session, all you need is your access token from https://chat.openai.com/api/auth/session

docker run -d --name chatgpt-api-single -e HOST=0.0.0.0 -e SESSION_TOKEN=your_token -p 4000:4000 -v $PWD/docker:/app/data gengjiawen/chatgpt

@gengjiawen
Copy link
Contributor Author

close in favor of #34

@gengjiawen gengjiawen closed this Feb 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants