ChatGPT support #2178
|
What level of subscription for ChatGPT do I need to use this? I have Plus account and there's no way to store the /private_token. So it appears that if connections are made thru a reverse proxy the entire url with the private token would have to be coded into the proxy server. Maybe I've missed something but ChatGPT basically says "I'm sorry Dave, I can't do that" and that I need to spend $100 bucks per month so I can. |
Replies: 1 comment 5 replies
|
I would need more information to what installation method you are using (addon, custom component, docker, etc) and what ingress method (nabu casa, cloudflare, etc) but you can use it with any chatgpt subscription level, you add it as a plugin. You just go to https://chatgpt.com/plugins add it as a custom plugin, paste the url with the private key at the end directly into the field, give it a name, and select no auth and click save then connect. That's all there is to it, but that's if you don't have oauth enabled (which is default for us since we consider the private key as secure enough) if you have oauth enabled then just leave oauth dropdown to oauth and follow the prompts. If you have oauth disabled then visit the link directly in your browser and you should get a little landing page with some tips on connecting. If oauth is enabled and you visit the link directly you will just get an "unauthorized" or "forbidden" or something like that. |
I would need more information to what installation method you are using (addon, custom component, docker, etc) and what ingress method (nabu casa, cloudflare, etc) but you can use it with any chatgpt subscription level, you add it as a plugin. You just go to https://chatgpt.com/plugins add it as a custom plugin, paste the url with the private key at the end directly into the field, give it a name, and select no auth and click save then connect. That's all there is to it, but that's if you don't have oauth enabled (which is default for us since we consider the private key as secure enough) if you have oauth enabled then just leave oauth dropdown to oauth and follow the prompts.
If you have…