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();Can't click on variable
-
Hello, i have one question , BAS not clicked on Variables and why variables findet from BAs but he cant click on IT and when i use type text he type it but cant send messages because he cant click on it any solution for this, This problem i have only on 3-4 button MAX not on all site
-
No one can help you if you don't provide more details.

