Giter Club home page Giter Club logo

Comments (4)

acheong08 avatar acheong08 commented on June 11, 2024

https://github.com/acheong08/ChatGPT-to-API can work alone without a proxy (given clean IP)

from chatgptproxy.

acheong08 avatar acheong08 commented on June 11, 2024

Or can it also get the access tokens using the email:password?

https://github.com/acheong08/OpenAIAuth

There is a repo for everything

from chatgptproxy.

p4w4n avatar p4w4n commented on June 11, 2024

chatgpttoapi | Location: begin
chatgpttoapi | Status code: 0
chatgpttoapi | Details:
chatgpttoapi | Embedded error: Get "https://chat.openai.com/api/auth/csrf": x509: certificate signed by unknown authority

getting this while running from docker. tried installing certificates through dockerfile but didn't work.

RUN apk update &&
apk add --no-cache openssl ca-certificates &&
wget -O /usr/local/share/ca-certificates/RootCA.crt https://letsencrypt.org/certs/isrgrootx1.pem.txt &&
echo -n | openssl s_client -servername chat.openai.com -connect chat.openai.com:443 2>/dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /usr/local/share/ca-certificates/OpenAI.crt &&
update-ca-certificates

from chatgptproxy.

acheong08 avatar acheong08 commented on June 11, 2024

idk how to fix in docker. Just run it outside of container

from chatgptproxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.