Forum Replies Created
-
AuthorPosts
-
May 15, 2023 at 7:31 pm in reply to: GPT-4 not working in Single AI Post Creator #7555
Hello,I checked and GPT-4 is not working in this case, as GPT-4 has very high execution times (a response is generated by it very slowly).The content is not generated correctly because of a CloudFlare timeout.This is a CloudFlare related limit, they have a hardcoded limit of how much their server is waiting for a response from your server. If this delay is passed, the execution will be halted by CloudFlare. They have a fixed timeout which cannot be increased on the free plan, only on CloudFlare’s Enterprise plan.To fix this you need to disable CloudFlare and they timeout issue will be removed or switch to their Enterprise plan.Unfortunately, the default connection timeout for CloudFlare is set at 100 seconds. This implies that if you’re utilizing CloudFlare’s default plan and fail to receive all responses from OpenAI within the 100-second window, CloudFlare will reach its timeout limit, resulting in it fully stopping content creation. However, CloudFlare Enterprise users have the option to extend this timeout limit to 6000 seconds either through the CloudFlare API or by reaching out to customer service. Note that only CloudFlare’s Enterprise plan will allow this settings change.If you’re a CloudFlare user and you are facing slowdowns in your content creation workflow, one potential remedy could be to extend the connection timeout on CloudFlare (if this is possible in your case). Another approach could be to deactivate CloudFlare while you are using the Aiomatic plugin on your site for long content creation (which uses multiple API requests).Regards. -
May 15, 2023 at 6:09 pm in reply to: shortcodes : functions and explanations #7554
Hello,
First of all, thank you for your purchase.
Please check:
Available shortcodes:
- [aiomatic-text-completion-form] to add a form similar to OpenAI’s Text Completion Playground, to generate AI written text based on prompts.
- [aiomatic-text-editing-form] to add a form similar to OpenAI’s Playground, to generate AI written text based on prompts.
- [aiomatic-image-generator-form] to add a form to generate AI images (GPT-3) based on prompts.
- [aiomatic-stable-image-generator-form] to add a form to generate AI images (Stable Diffusion) based on prompts.
- [aiomatic-chat-form] to add a form to generate a chat similar to ChatGPT. However, please note that this is not ChatGPT, but instead it is a custom chatbot built on top of OpenAI API.
- [aiomatic-article] to automatically write an article based on the ‘seed_expre’ argument of the post content/excerpt/title where the shortcode is placed,
- [aiomatic-image] to automatically create an AI generated image (GPT-3) based on the ‘seed_expre’ argument of the post content/excerpt/title where the shortcode is placed,
- [aiomatic-stable-image] to automatically create an AI generated image (Stable Diffusion) based on the ‘seed_expre’ argument of the post content/excerpt/title where the shortcode is placed,
- [aiomatic-audio-converter] to convert an audio file to text
- [aiomatic-text-moderation] to convert an audio file to text
- [aiomatic-user-remaining-credits-text] to include a textual representation of the remaining credits for the current account (in case AI usage is limited from plugin settings)
- [aiomatic-user-remaining-credits-bar] to include a visual representation of the remaining credits for the current account (in case AI usage is limited from plugin settings)
- [aiomatic-list-posts] to include a list that contains only posts imported by this plugin, and
- [aiomatic-display-posts] to include a WordPress like post listing. Usage: [aiomatic-display-posts type=’any/post/page/…’ title_color=’#ffffff’ excerpt_color=’#ffffff’ read_more_text=”Read More” link_to_source=’yes’ order=’ASC/DESC’ orderby=’title/ID/author/name/date/rand/comment_count’ title_font_size=’19px’, excerpt_font_size=’19px’ posts_per_page=number_of_posts_to_show category=’posts_category’ ruleid=’ID_of_aiomatic_rule’]
Example: [aiomatic-list-posts type=’any’ order=’ASC’ orderby=’date’ posts_per_page=50 category= ” ruleid=’0′]
Example 2: [aiomatic-display-posts include_excerpt=’true’ image_size=’thumbnail’ wrapper=’div’]
Example 3: [aiomatic-article seed_expre=’Write an informal article about Climate Change’ temperature=’1′ top_p=’1′ model=’text-davinci-003′ presence_penalty=’0′ frequency_penalty=’0′ min_char=’500′ max_tokens=’2048′ max_tokens=’2048′ max_seed_tokens=’500′ max_continue_tokens=’500′ images=”2″ headings=”3″ videos=”on” static_content=”off” cache_seconds=”2592000″ headings_model=’text-davinci-003′ headings_seed_expre=’Write %%needed_heading_count%% PAA related questions, each on a new line, for the title: %%post_title%%’ no_internet=’0′]
Example 4: [aiomatic-image seed_expre=’A high detail photograph of a sports car driving on the highway’ image_size=’1024×1024′ static_content=’on’ copy_locally=’on’ cache_seconds=’2592000′]
Example 5: [aiomatic-stable-image seed_expre=’A high detail photograph of a sports car driving on the highway’ image_size=’1024×1024′ static_content=’on’ copy_locally=’on’ cache_seconds=’2592000′]
Example 6: [aiomatic-text-completion-form temperature=’default’ top_p=’default’ model=’default’ presence_penalty=’default’ frequency_penalty=’default’ prompt_templates=” prompt_editable=”on”]
Example 7: [aiomatic-text-editing-form temperature=’default’ top_p=’default’ model=’default’ prompt_templates=” prompt_editable=”on”]
Example 8: [aiomatic-image-generator-form image_size=’default’ prompt_templates=” prompt_editable=”on”]
Example 9: [aiomatic-stable-image-generator-form image_size=’default’ prompt_templates=” prompt_editable=”on”]
Example 10: [aiomatic-chat-form temperature=’default’ top_p=’default’ model=’default’ presence_penalty=’default’ frequency_penalty=’default’ instant_response=’false’ chat_preppend_text=’Act as a customer assistant, respond to every question in a helpful way.’ user_message_preppend=’User:’ ai_message_preppend=’AI:’ ai_first_message=’Hello, how can I help you today?’ chat_mode=’text’ persistent=’off’ prompt_templates=” prompt_editable=”on” placeholder=”Enter your chat message here” submit=”Submit” show_in_window=”off” window_location=”top-right”]
Example 11: [aiomatic-text-moderation] – yes, as simple as this!
Example 11: [aiomatic-audio-converter] – also simple!
Example 11: [aiomatic-user-remaining-credits-text] – display usage of AI credits for the current user, in a textual form
Example 11: [aiomatic-user-remaining-credits-bar] – display usage of AI credits for the current user, in a visual formCurrently supported models to be used in shortcodes:
- – gpt-3.5-turbo
- – gpt-3.5-turbo-0301
- – gpt-4
- – gpt-4-0314
- – gpt-4-32k
- – gpt-4-32k-0314
- – text-davinci-003
- – text-davinci-002
- – text-curie-001
- – text-babbage-001
- – text-ada-001
Let me know if this helped.
Regards, Szabi – CodeRevolution.
-
May 15, 2023 at 6:07 pm in reply to: Newsomatic plugin not working #7553
I am glad to hear that the issue is solved!
Regards.
-
May 15, 2023 at 2:14 pm in reply to: Newsomatic plugin not working #7548
Hello,
Thank you for the login info, it worked now. I checked your site and saw that the execution of the plugin returns a 403 error when run.
This is a hosting related issue, so, please contact your hosting provider’s support and ask them if they are blocking wp-ajax calls, as for you, they are returning the error code: 403.
Some tips for debugging (please send to server support):
- Insufficient Permissions: Check the permissions of the file or endpoint you are trying to access with the AJAX call. Ensure that the necessary permissions are set to allow the server to execute the requested action. Make sure that the appropriate user roles or capabilities have the required permissions to access the AJAX endpoint.
- Authentication or Authorization: If your AJAX request requires authentication or authorization, verify that you are providing the correct credentials or access tokens. Check if there are any authentication plugins or mechanisms in place that might be blocking access to the endpoint. Review the authentication and authorization logic within your WordPress code to ensure it is correctly handling user permissions.
- IP or User-Agent Blocking: Some hosting providers or security plugins might have IP or User-Agent blocking mechanisms that prevent certain requests from being processed. Check if there are any IP or User-Agent blocking rules in effect that could be causing the 403 error. Whitelist the necessary IPs or User-Agents if required.
- Security Plugins or Firewall: Similar to the previous case, security plugins or firewall rules can sometimes block AJAX requests. Review any security plugins or firewall settings to ensure they are not blocking the AJAX endpoint. Temporarily disable them for testing purposes and see if the 403 error persists.
- CSRF Protection: WordPress includes built-in protection against Cross-Site Request Forgery (CSRF) attacks. If your AJAX request does not include the necessary CSRF token or fails to validate it correctly, it can result in a 403 error. Make sure you are properly including and validating the CSRF token in your AJAX requests.
- Plugin or Theme Conflict: Conflicts between plugins or themes can also lead to 403 errors when making AJAX calls. Disable recently installed or updated plugins and switch to a default theme to see if the issue is resolved. Gradually reactivate your plugins or switch to your preferred theme to identify the conflicting component.
I hope this info will help.
Regards.
-
May 15, 2023 at 11:31 am in reply to: Newsomatic plugin not working #7541
Hello,
I tried to log in to your site using the above credentials, but I was not able to do so, getting error that the username that I am using does not exist.
Please resend login credentials to my email kisded@yahoo.com
Regards.
-
May 15, 2023 at 6:35 am in reply to: Licens not work #7534
Hello,
First of all, thank you for your purchase.
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.
-
May 15, 2023 at 4:23 am in reply to: GPT-4 not working in Single AI Post Creator #7531
Hello,
First of all, thank you for your purchase.
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.
-
May 15, 2023 at 4:22 am in reply to: Newsomatic plugin not working #7530
Hello,
First of all, thank you for your purchase.
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
Also, please send me your purchase code for the Newsomatic plugin in the email, so I can use it to activate the plugin on your site.
Regards, Szabi – CodeRevolution.
-
Hello,
First of all, thank you for your purchase.
I noted this idea, thank you for it. I will check on this service and integrate it if possible.
Regards, Szabi – CodeRevolution.
-
May 11, 2023 at 8:48 pm in reply to: I do I better get URLs from web search enabled content to format as hyperlinks #7524
Hello,
First of all, thank you for your purchase.
This is an interesting issue, I never saw it before.
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.
-
May 11, 2023 at 5:51 pm in reply to: Still an error, unable to activate #7520
Ok, send login info to my email: kisded@yahoo.com
-
May 11, 2023 at 5:37 pm in reply to: Still an error, unable to activate #7518
Please send me the RSS URL and I check on this. Also, provide more details about your plugin’s settings, so I can reproduce this on my part.
Regards.
-
May 11, 2023 at 1:32 pm in reply to: Still an error, unable to activate #7515
Costs depend on the model you are using. 1000 tokens usually means around 750 tokens. Please check costs per 1000 tokens here: https://openai.com/pricing
-
May 11, 2023 at 9:45 am in reply to: How to use Aiomatic to post to Facebook #7513
Hello,
First of all, thank you for your purchase.
Yes, you will need the F-omatic plugin for this. You will be able to use the [aicontent]…[/aicontent] shortcode in the F-omatic plugin’s ‘Facebook Post Message Template’ settings field, from the ‘Posts to Facebook’ menu of F-omatic. Here you will be able to defined the template of posts sent to Facebook, where you will be able to use also AI generated content, using the above mentioned shortcode.
Posting to Facebook will happen each time you publish a new post on your site.
The feature is similar to the YouTube community tab posting feature, which is shown in this tutorial video: https://www.youtube.com/watch?v=z_mGPlBsQQA
Regards, Szabi – CodeRevolution.
-
May 11, 2023 at 9:17 am in reply to: Post from XML Feed #7512
Hello,
First of all, thank you for your purchase.
Please send me the XML feed URL to my email kisded@yahoo.com and I will check on this and try to help.
Regards, Szabi – CodeRevolution.
-
AuthorPosts