efugier / smartcat

Putting a brain behind `cat`🐈‍⬛ Integrating language models in the Unix commands ecosystem through text streams.
https://crates.io/crates/smartcat
Apache License 2.0
77 stars 9 forks source link

is there a way to use openAI/chatGPT without a API key - but as chatGPT plus user? #3

Closed ipstone closed 9 months ago

ipstone commented 9 months ago

I have this question for a while, do you have some ideas on this?

I am wondering if someone using rust, figured out some way to interact with the chatGPT plus user account, without using the API key (as a chatGPT user, it seems paying twice? - pay for API and at the same time pay for chatGPT plus user account?)

Thanks

efugier commented 9 months ago

Hey, It's two separate services which unfortunately don't share a plan for now. But the API is pay as you go and frankly quite cheap. If it's not to be integrated in an application that serves large volume and just for your personal requests the cost of using the API should be very minimal.