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();SMS Code Never Received
-
Im trying to make a phone verification tool for discord, but anytime I try to get the sms code through sms-activate or any other SMS website a code is never received. Any help with this? I assume this is a problem with bablosoft or the tool im trying to make because whenever I manually use sms-activate or any other SMS website it gets the sms code just fine.
-
@WolfBeasty bro i think its with your websites issue i also facing same problem
-
@alexjohnhamber12 Its possible but even like a month ago I had the same problem.
-
@WolfBeasty which site are you using to get the massage
-
@alexjohnhamber12 Are you talking about which sms site am i trying to use?
-
@alexjohnhamber12 No, it is not a problem with the website, this problem is caused by the module.