I just started with Pipedream. I’m trying to send the downloaded txt transcript file from Gdrive to prompt ChatGPT to split the file contents for every 1400 words and edit and then combine all the results into one final file. Is this possible? If so, could you share the steps? I tested with 5k words file and also 1300 words file but got Error code 429- insufficient quota
Hi @TBell,
It seems you’re encountering a “Quota Exceeded” error due to hitting the daily credit limit on the Free tier of Pipedream. Free tier users have a limit of 100 credits per day. You can find more information on limits at https://pipedream.com/limits/.
To avoid this issue, you can consider upgrading to a paid plan which offers more credits per month. You can find the pricing details at https://pipedream.com/pricing.
Regarding your use case of processing the text file, splitting it into 1400-word segments, and then combining the results, it’s possible to achieve this using Pipedream workflows. However, I’ll need more information about the specific steps you want to perform and the APIs you’re using (e.g., Google Drive, ChatGPT) to provide a more detailed solution.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.
I just created an account few days ago and I see 15 days for trial so still I need to pay? how is this credit calculated? I thought I was getting this insufficient quota message from ChatGpt & not from pipedream as I’m a new user using trial version.
Does anyone know - how the credits work in pipedteam. I want to use ChatGPT for text file editing and there it allows only 1400 words limit everytime for 3500 words file I ahve so dont know if the error 429 for insufficient quota is from ChatGPT or Pipedream. where do I need to pay to get this resolved. If the limitation is from pipedream then how much credit it takes to do a text file editing using chatgpt of 3500 words? Do I need to pay both to get this text editiing automation?
any help is aprreciated.
Thanks!!
Hi @TBell , that specific error is coming from the ChatGPT API.
Thanks a lot @dylburger! Much appreciate your help. I’m trying to automate text file editing and the file contains >1400 words. When I do text edit in Chat GPT manually I have to divide the file contents every 1400 words for chatgpt to do editing, click continue generate then I manually copy back the contents in one file(bookmarking where I left early). Is this something pipedream can help automate ? If so, could you please guide me to the instructions.
Steps: 1.Input text file from Gdrive
2. Download the file
3. a) split the file for every 1400 words limit, b)Prompt edit in ChatGPT and c) merge the contents back in to one file again
4. save the file in GDrive another folder.
I have done steps 1 & 2. Step 3 is where I’m struggling.