Thank you for contacting me. Please note that I live in the GMT+3 time zone - responses might be delayed by this.
-
AuthorPosts
-
-
August 8, 2021 at 7:31 pm #3516
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
-
August 8, 2021 at 8:53 pm #3517
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.
-
August 8, 2021 at 9:04 pm #3518
thank you!!!!!!! Sooner than later is always appreciated!
-
August 8, 2021 at 10:24 pm #3519
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; -
August 9, 2021 at 2:26 pm #3520
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.
-
August 9, 2021 at 2:45 pm #3521
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?
-
August 9, 2021 at 2:48 pm #3522
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.
-
August 9, 2021 at 3:00 pm #3523
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 (:
-
August 9, 2021 at 3:08 pm #3524
Glad to hear this! 🙂
Cheers!
-
August 9, 2021 at 3:13 pm #3525
I have set word-ai to adventurous level 3, but it continues to create conservative level 1 content.
Any ideas why?
-
August 9, 2021 at 3:27 pm #3526
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
-
-
AuthorPosts
The topic ‘How can I change word-AI API parameters? PLEASE UPDATE NEWSO..’ is closed to new replies.