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 Install SDK / Emulator Device on BAS ??
-
I want to run a website that can be run via an Android application/emulator.
Can you tell me the steps? Or are there notes that can be studied? If you don't mind, can I ask for a plugin that is integrated into BAS? Thank you for helping.
I am a premium member of BAS.
Thank you 🙏
-
Premium membership is not a big deal, you only have to pay others, and others will teach you. This is called paying for knowledge!