I have yet to find a good way for example to feed ChatGPT GPT-4 (or GPT-3.5 for that matter) "here is a semi-large list of like... songs. help me classify which genre they are closest to" because of the token limit/timeout in the chat.
I'm sure an API integration is possible, but that opens yourself up to potentially "huge" costs compared to a guaranteed free implementation (or the fixed $20/mo)
Anybody able to feed it rows/cells from Google Sheets easily?
Theoretical workaround: use autohotkey to input data to the web interface in chunks, then download and parse the .html when it's done for clean output. Possibly against their TOS though. API would be easier.
I kind of don't understand why I'm allowed "free unlimited" GPT-4 usage (25 messages every 3 hours with the $20/mo) if I use the web browser to interact with the API, but if I use the API, it's blocked off/not allowed. I'd love to build integrations using the $20/mo limits I'm already paying for. Is this currently an option that you know of?
Edit:
> Please note that the ChatGPT API is not included in the ChatGPT Plus subscription and are billed separately. The API has its own pricing, which can be found at https://openai.com/pricing. The ChatGPT Plus subscription covers usage on chat.openai.com only and costs $20/month.
You're allowed free usage of the web interface because the web interface uses your data for training. The API interface does not use your data for training. It's a classic 'if it's free, you're the product' situation.
>OpenAI will not use data submitted by customers via our API to train or improve our models, unless you explicitly decide to share your data with us for this purpose. You can opt-in to share data.
I have yet to find a good way for example to feed ChatGPT GPT-4 (or GPT-3.5 for that matter) "here is a semi-large list of like... songs. help me classify which genre they are closest to" because of the token limit/timeout in the chat.
I'm sure an API integration is possible, but that opens yourself up to potentially "huge" costs compared to a guaranteed free implementation (or the fixed $20/mo)
Anybody able to feed it rows/cells from Google Sheets easily?