How can I change word-AI API parameters? PLEASE UPDATE NEWSO..

This topic is: resolved

 

Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.

Viewing 10 reply threads
  • Author
    Posts
    • #3516


      rickbody
      Participant
      Post count: 26

      How can I change word-AI API parameters in newso-matic so it stops spinning at level 1, and starts spinning at level 3 which is the highest amount of spinning?

      Newso-matic requests articles to be spun by default to “Conservative”, but word-ai also has an API parameter for all 3 levels of spinning.  I need my articles to be spun with “Adventurous” (uniqueness level 3).

      Example: email=YOUR_EMAIL&key=YOUR_API_KEY&input=This is a test.&rewrite_num=2&uniqueness=3&return_rewrites=true

      The API information is here—>  wai.wordai.com/api

      I suppose, if someone has the time to edit the newso-matic code, this would require 3 checkboxes inside the dash, which would require an update.  Hopefully you can get it done, because the way it sits, we wont be using it because it does not spin content effectively.

      Thank you

       

    • #3517


      Szabi – CodeRevolution
      Keymaster
      Post count: 4559

      Hello,

      First of all, thank you for your purchase.

      I check on this request and get back to you soon with a solution.

      Regards, Szabi – CodeRevolution.

    • #3518


      rickbody
      Participant
      Post count: 26

      thank you!!!!!!!  Sooner than later is always appreciated!

    • #3519


      rickbody
      Participant
      Post count: 26

      Someone told me they edited the curl as seen here from “uniqueness=2” to “uniqueness=3”, but it did not improve the uniqueness of articles being published.  Is this the correct place to edit?

       

      curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
      curl_setopt ($ch, CURLOPT_POST, 1);
      curl_setopt ($ch, CURLOPT_POSTFIELDS, “input=$html&uniqueness=2&rewrite_num=1&return_rewrites=true&email=$email&key=$pass”);
      curl_setopt ($ch, CURLOPT_SSL_VERIFYHOST, 0);
      curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, 0);
      curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
      curl_setopt($ch, CURLOPT_TIMEOUT, 60);
      $result = curl_exec($ch);
      if ($result === FALSE) {
      newsomatic_log_to_file(‘”Wordai” failed to exec curl after auth: ‘ . curl_error($ch));
      curl_close ($ch);
      return FALSE;

    • #3520


      Szabi – CodeRevolution
      Keymaster
      Post count: 4559

      Hello,

      I updated the Newsomatic plugin to v3.1.4.2, in this version you will find an option for WordAI spinner in the plugin’s ‘Main Settings’ menu -> ‘WordAI Spinning Uniqueness’. Here you will be able to set the uniqueness settings for WordAI spinning.

      Regards.

    • #3521


      rickbody
      Participant
      Post count: 26

      It appears I am stuck in Version 3.1.4.1

      I had already updated when I installed a week ago, but this time when I visit the plugins page and click CHECK FOR UPDATES, it says “The Newsomatic Automatic Post Generator plugin is up to date.”

      I have tried new browsers, log out, refresh, etc, but no updates are available.  Are you sure you completed?  Any suggestions for updating?

    • #3522


      Szabi – CodeRevolution
      Keymaster
      Post count: 4559

      Hello,

      Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com

      Regards, Szabi – CodeRevolution.

    • #3523


      rickbody
      Participant
      Post count: 26

      Well, the update showed up just now after trying again, so maybe your server or mine was taking its time.  TY for the quick update and quick response!!  Now, I will test it out (:

    • #3524


      Szabi – CodeRevolution
      Keymaster
      Post count: 4559

      Glad to hear this! 🙂

      Cheers!

    • #3525


      rickbody
      Participant
      Post count: 26

      I have set word-ai to adventurous level 3, but it continues to create conservative level 1 content.

      Any ideas why?

    • #3526


      Szabi – CodeRevolution
      Keymaster
      Post count: 4559

      Well, the plugin now send the uniqueness=3 URL parameter to the WordAI API. I think this should be checked with WordAI API support: https://wordai.com/contact

Viewing 10 reply threads

The topic ‘How can I change word-AI API parameters? PLEASE UPDATE NEWSO..’ is closed to new replies.