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 no longer automates itself automatically
-
For some time now, BAS no longer seems to update itself automatically on one computer.
This was already the case recently from 27.5.1 to 28.1.2 and now again to 28.x.xWhen I open BAS on my other computer, the update window to 28.3.0 (from 26.5.0) appears immediately.
How can I solve this problem?
-
@morpheus93 said in BAS no longer automates itself automatically:
For some time now, BAS no longer seems to update itself automatically on one computer.
This was already the case recently from 27.5.1 to 28.1.2 and now again to 28.x.xWhen I open BAS on my other computer, the update window to 28.3.0 (from 26.5.0) appears immediately.
How can I solve this problem?
You can run the desired version immediately, then the automatic update window will not appear:
\BrowserAutomationStudio\apps\28.1.2\BrowserAutomationStudio.exeTo see the automatic update window, you need to run BAS from the directory above:
\BrowserAutomationStudio\BrowserAutomationStudio.exe -
@Fox Thank you Fox, you are right. I'm using multiple installations and versions of BAS in parallel and thus starting them with a shortcut directly linking to the "\BrowserAutomationStudio\apps\version_number\BrowserAutomationStudio.exe"
Just installed the latest 28.3.0 version by directly downloading it form the personal cabinet.