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();QR code image loading in Whatsapp Web
-
Dear all,
I loaded Whatsapp Web via web.whatsapp.com , the QR code that should show up for scanning with Whatsapp app in my mobile phone, but the QR code is not shown.
Has anyone a solution to this issue? Thank you!