you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 2 years ago*
async function reverse(str){
    return ChatGPT.ask(`Please reverse the string ${str}. Reply only with the answer, without other words or symbols.`);
}
  • source
  • parent