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 Automate Android Emulators with BAS?
-
Recently I have seen some people are automating memu player (Android Emulator) with browser automation studio. I have tried to search everywhere but couldn't find any guide or tips so I thought may be some one can help me here if possible. If anyone know how can I automate android emulator with BAS please let me know.
-
@rohitpateldgm search: adb
-
@rohitpateldgm said in How to Automate Android Emulators with BAS?:
Recently I have seen some people are automating memu player (Android Emulator) with browser automation studio. I have tried to search everywhere but couldn't find any guide or tips so I thought may be some one can help me here if possible. If anyone know how can I automate android emulator with BAS please let me know.
I have a bad news for u - there are not any ways to do it.
-
@rohitpateldgm https://www.memuplay.com/blog/memucommand-reference-manual.html
just use BAS to send commands -