I want to use make.com with my ChatGPT account. I don’t want to pay extra for my prompts.
Is it possible?
Does it depend on the “Max Tokens” parameter?
Do not buy ChatGPT Plus, it doesn’t work on Make
“ChatGPT Plus” and “OpenAI GPT-4 models” (found in the OpenAI Developer Platform) are two separate products.
You might have bought the consumer chat “Plus” version at chat.openai.com, which is NOT compatible with Make.
Make uses the “OpenAI GPT-4 models”, only accessible via the OpenAI developer platform.
OpenAI APIs for developer (commercial) use does not have any free plan.
To resolve this issue,
-
You can buy credits on the OpenAI Developer Dashboard, under Accounts > Billing page
-
Next, go to the Usage Limits page, and set the Monthly budget field to the same as the value above (e.g.: 120), then save your changes.
More Information
For more information, see
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
Hey @Alberto.Cabas.Vidani yes you’re right you can limit the tokens that it will generate in the result so that you don’t jump above the limit else you will have to pay for your usage.
So generate api key, and set a limit to the token else you finish the usage of your gpt, so I generate only the kind of result I want it also saves my usage based on api key.
Let me know if you need further help.
@Alberto.Cabas.Vidani please mark it as a solution if this helped you
Thanks.
I want to summarize a PDF with ChatGPT and send it to Wordpress.
Can I do it without buying credits?
See How to PDF into openAI (Solution!)
samliew – request private consultation
Join the Make Fans Discord server to chat with other makers!
@Alberto.Cabas.Vidani Yes you can do this without buying credits (if you have completed the usage create using a new email id.
- you can use a alternative (if you want to keep it free)
- firstly add the content of pdf to a doc
- add a docs module before the chat gpt module
- now map the docs content to the gpt with prompt.
and you will see the results in the result output from the gpt module.