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();(Waiting for element) LOG
-
Dear Community,
I wanted to ask you if it would be possible to disable the log "Thread #1 : Waiting for element >CSS> :nth-child(1) > :nth-child(1) > a"?
-
@officialyr9 открой этот кубик и убери галочку ожидать элемент
-