It does not work if I do this:
const OpenAI = require('openai'); const openai = new OpenAI({ apiKey: [[CHATGPTAPIKEY]] }); async function main() { const completion = await openai.chat.completions.create({ model: [[MODEL]], messages: [ {"role": "system", "content": "You are a "+[[COMMENTSTYLE]]+" assistant."}, {"role": "user", "content": [[SAVED_TEXT]]} ], temperature: [[TEMPERATURE2]], max_tokens: 150, stop: ["\n", "User:"], n: 1 }); [[OUTPUT]] = completion.choices[0]; } main();How do I copy the YouTube link and display it in the results, please help
-
- "Cache Mask Allow" before exporting Video
common_task/batch_get- After the "Copy Youtube link" button appears -> "Get last item from cache"
common_task/batch_get- "Get Value" JSON with JSONPath
.data.common_tasks[0].share_info.platform_link=> Youtube LINK
//// I never use "Clipboard"
-
@BAS-Viet-Nam I'm sorry, I fell asleep last night, ok, thanks bro for the answer, as soon as I have free time I will, once again thank you bro
-
I'm sorry sir, this is more or less my implementation this year, is there still something wrong sir?
"Cache Mask Allow" before exporting Video

After the "Copy Youtube link" button appears -> "Get last item from cache"

"Get Value" JSON with JSONPath



