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();BAS moves slow
-
I have an issue when I record actions, BAS works really slow, but when I run the script is blazing fast. Did anyone had this type of issue?
Already reinstalled BAS.
How can I solve it?
-
@G99Kfn3x3ku Add BAS to the firewall exceptions.
-
BAS is already added as a firewall exception, also Worker.exe
-
@G99Kfn3x3ku The problem with the slow work of BAS is connected exclusively with the firewall. In future updates, @support will fix this, but for now only through adding to exceptions.