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();Unable to select "resource" or "variable" - nothing pops up
-
@ev0 said in Unable to select "resource" or "variable" - nothing pops up:
I was just building everything, all was going fine, until I reloaded the script.
Now, when I click "select resource" or "select user input..." etc, nothing happens. The window just stays as it was.
Delete the file
\BrowserAutomationStudio\apps\23.2.2\interface.jsonhttps://community.bablosoft.com/topic/13785/перестал-появляться-список-из-значения-переменной/10
