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();Error Module "Open File Result" on BAS premium version 28.7.2
Moved
Support
-
About Version:

In Record Mode: It works perfectly fine:

In Run Mode: If I add action "Open File Result" then actions related to Upload including Click Upload button by Javascript do not work (It ignores Click Action & Javascript Action without reporting any error on console log)
-
@hungdaingoc
What site do you do this on? -
@m4zuper
twitter, sir. I tweet with pictures -
M Moderator moved this topic from Feedback on