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();When logging in to Gmail You could not be logged in
Moved
Support
-
When logging in to Gmail
You could not be logged in
This browser or app may not be safe. More information
Try using a different browser. If you are already using a supported browser, you can try signing in again.
i get the error which fingerprint should i use -
@saltangame1
What fingerprint are you using and how often does this error appear?