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 remove first country code on Phone Verification
-
@Habibiii said in How to remove first country code on Phone Verification:
Hello, i try to create account on TikTok but i want to remove Phone Prefix or country code lets say usa +1 or spain +34 i want only numbers without country code.
You can use the "Get substring" action


