jas3333 / GPT-Helper

MIT License
140 stars 37 forks source link

No responses #9

Closed Mason-Millard closed 1 year ago

Mason-Millard commented 1 year ago

Will this still operate as normal while the ChatGPT is down/overloaded?

jas3333 commented 1 year ago

This is just an interface to GPT3 API. It doesn't use the Chatgpt api. So in order to use it you will need an API key and create a filed named .env in the client directory with your key in it.

Mason-Millard commented 1 year ago

I have my key in the .env file and it is located in the client directory

jas3333 commented 1 year ago

If you open up the dev tools in the browser and check the console, what error do you get?

Mason-Millard commented 1 year ago

A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator.platform. Starting in Chrome 101, the amount of information available in the User Agent string will be reduced. To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData. Note that for performance reasons, only the first access to one of the properties is shown.

jas3333 commented 1 year ago

You don't see an Axios error? Also which version of node are you using?

Mason-Millard commented 1 year ago

I don't see an Axios error. I have Node 19.2.0 (the current version)

jas3333 commented 1 year ago

If the app isn't responding after you submit your question, you should get an Axios error in the console. So I don't know what to make of the issue. The chrome errors shouldn't prevent this from working.

SaltyBarnacles commented 1 year ago

You don't see an Axios error? Also which version of node are you using?

I am getting the Axios error. How do I go about fixing this?

jas3333 commented 1 year ago

You don't see an Axios error? Also which version of node are you using?

I am getting the Axios error. How do I go about fixing this?

What is the error?