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 to copy verification code from email
-
Hello to everyone
I need help to get the verification code that a website send by mail.
I find that I can use smtp to get mail, but I don't find any way to get info and I am loosed now.Happy to talk with u
-
@akenntniss imap or pop3 is used for receiving mail