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();BASPremium promo code
-
@shortwalk said in BASPremium promo code:
Hi, is there any promo code for BASPremium? I am interest to buy if there is any promo code.
and Does it used mysql?Promo codes were originally created for advertising BAS on third-party Internet resources. Placing promo codes on the BAS forum was prohibited. Now there are no promo codes at all.
-
@shortwalk said in BASPremium promo code:
@Fox thank you,Do you know BAS can use MySQL?