Hello !!!
I am building a scenario to extract transcripts from a google drive folder and putting it through GPT and then sending it to another drive folder. I got a few errors and I wondered if you guys could help me
This is the overall format of my scenario ( the first module works fine ) :
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. You cannot leave this field blank otherwise itâs treated as â$0â which means you canât use the APIs at all.
Can you provide the Output Bundle of the OpenAI module, where the execution run fails? You can access past scenario runs from the scenario âHistoryâ tab.
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.json file, and upload it here into this discussion thread.
Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
This will allow others to better assist you. Thanks!
Thank you for your help ! Here is the GPT output bundle text :
[
{
âwarningâ: âThis model version is deprecated. Migrate before January 4, 2024 to avoid disruption of service. Learn more https://platform.openai.com/docs/deprecationsâ,
âidâ: âcmpl-8TAaadsP2Cepc5maqnbSkwbQHckA0â,
âobjectâ: âtext_completionâ,
âcreatedâ: â2023-12-07T15:28:28.000Zâ,
âmodelâ: âtext-davinci-003â,
âchoicesâ: [
{
âtextâ: âThe meeting was held to discuss the upcoming launch of the new product. The team discussed the timeline, budget, and marketing strategy for the launch. It was agreed that the launch should be scheduled for the end of the month, with a budget of $10,000. The team also discussed the marketing strategy, which will include a combination of online and offline advertising.\n\nThe meeting concluded with the team agreeing on the timeline, budget, and marketing strategy for the upcoming product launch. They agreed to launch the product at the end of the month, with a budget of $10,000, and a combination of online and offline advertising.\n\nACTION ITEMS:\n- Finalize timeline for product launch\n- Allocate $10,000 for product launch budget\n- Develop online and offline advertising strategy for product launchâ,
âindexâ: 0,
âlogprobsâ: null,
âfinish_reasonâ: âstopâ
}
],
âusageâ: {
âprompt_tokensâ: 40,
âcompletion_tokensâ: 167,
âtotal_tokensâ: 207
}
}
]
For the last drive module - i want to put the GPT output text into a new doc created on my drive - how should I do ?