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();Parse csv string I'm looking for a different code
-
Hello, with the parse csv string command
I have separated username: pass: mail: mailpass data, but I have a problem.
In Mail Pass There are * / ? style symbols, these symbols are not read, how can I do this?
Example: jsimp13:osman8:ericaxx2@freesourcecodxxes.com:sS|1{sWj*4
It shows this data as follows jsimp13:osman8:ericaxx2@freesourcecodxxes.com:sS|1sWj4
- and { does not read these symbols
how can i solve this
-
@halilhrm0618 said in Parse csv string I'm looking for a different code:
jsimp13:osman8:ericaxx2@freesourcecodxxes.com :sS|1{sWj*4
не могу повторить проблему
Прикрепи проект с проблемой