12:14 pm
September 3, 2023
Hello,
I'm trying to configure the full HTML extractor but it fails every single time, so there must be something I'm doing wrong.
Login to see the quote
But it still fails to retrieve the text? In my settings I set the container as div and the attributes as {"class" : "fp_single-article__col-sx"}
Please provide suggestions on how to fix this issue, so I'll be able to replicate on other feeds.
Kind regards
1:07 pm
September 3, 2023
2:00 pm
September 3, 2023
2:22 pm
September 3, 2023
I used 3.5-4k before to rewrite articles and it worked great, is there no chance at all to make a change in the plugin to allow it to work with any language? I'm down to make the changes to my .php file only just to customize it. It doesn't have to be english only.
The solution you proposed is to use this code with the bold text added I guess:
2:54 pm
September 3, 2023
Thanks for looking into it.
I'd be down to collapse all the paragraphs into one chunk of text and then feed that to GPT to rewrite in the same language. All the articles I'll take are very short (less than 1k words) so there should be no issues with them.
Let me know as soon as you have updates.
Kind regards
I'd be down to collapse all the paragraphs into one chunk of text and then feed that to GPT to rewrite in the same language. All the articles I'll take are very short (less than 1k words) so there should be no issues with them.
You can easily do that using the following article assignment on the "AI article generation" tab:
Login to see the quote
10:48 pm
September 3, 2023
You can easily do that using the following article assignment on the "AI article generation" tab:
Login to see the quote
I'm trying to use this solution at this moment, but it doesn't seem to work well.
Here's the log:
Login to see the quote
Login to see this link
So I think the issue is in the highlighted red steps, when it rewrites the article.
If I copy the text after the command I highlighted in blue (so my prompt + the article text) and feed it to chatgpt (or via 3.5turbo 16k api) I get the correct response which is the article rewritten in perfect italian (link: Login to see this link)
But when the plugin does the rewriting, for some reason it comes out 50% english and 50% italian, even tho the original article is in italian and the rewrite should be in italian. Is there some prompt baked in that is overriding my prompt?
We're almost there, it's almost working perfectly.
- Never spin a GPT generated article with GPT. It reduces the quality of the content. It takes extra time. It wastes your money. It doesn't give you any profit, like adding tap water to tap water to make it taste better.
- Not all parts of your content can be spun with GPT. Often it says "I can't rephrase that" or even "That's against OpenAI's use case policy". So these parts of text remain unchanged and you get a 50% or even 30% ratio. This is ChatGPT and it has a lot of restrictions - ethical, political and who knows what else...
2:52 am
September 3, 2023
Unfortunately, OpenAI models come with a set of constraints imposed by their developers based on their own understanding of political correctness. This can create issues for users. However, the future looks promising. Google plans to publicly release the API for their new Gemini AI, which promises to be much more powerful. Hopefully, they will learn from OpenAI's mistakes and offer a more flexible solution. Keep an eye on Elon Musk's company as well; they're also doing groundbreaking research in this area. As soon as the APIs for these new projects become publicly available, they will be immediately integrated into the CyberSEO Pro plugin.
3:52 pm
September 3, 2023
CyberSEO said
UPDATE: Since version 10.110 it is recommended to use GPT-3.5 Turbo Instruct as base model in the CyberSEO Pro GPT Content Spinner settings for better results.
I only use the AI Generator, not the Content Spinner.
I'm getting a new kind of issue at the moment, where it's not getting the full article to rewrite:
Login to see the quote
The plugin only extracts the intro abstract from the URL above, instead of the full article. So the "generated article" is really short and 100% identical, there has been no rewrite at all: Login to see this link dot com/2023/09/27/el-jefe-shakira-e-la-tata-che-ha-scoperto-il-tradimento-di-pique-testo-traduzione-e-significato/
You can use GPT-3.5 Turbo Instruct for the AI article generator as well as in your HTML post templates.
Your feed already contains full-text articles, so you don't need to extract them with container tag. The article can also be extracted using the Full-Text RSS script.
As mentioned above, GPT-3.5 is not so smart about rewriting HTML content (I would say not always and not at all). GPT-4 can do it easily, but GPT-3.5 might not.
You can always test your GPT assignments (prompts) with any of OpenAI's GPT models here: Login to see this link
Simply select the appropriate model, write your prompt, and copy your source article in HTML format. This way you can evaluate the capabilities of each GPT model and see how it works with your content. If it works there, it will work the same way with CyberSEO Pro.
7:00 pm
September 3, 2023
CyberSEO said
You can use GPT-3.5 Turbo Instruct for the AI article generator as well as in your HTML post templates.Your feed already contains full-text articles, so you don't need to extract them with container tag. The article can also be extracted using the Full-Text RSS script.
The feed doesn't contain the full article (Login to see this link) but I extract it as you can see from the logs above and repeated here:
[27-09-23 01:46:46] Attributes specified: {“class”: “fp_single-article__content”}
So it extracts the full column with the full article, but only rewrites the abstract. In the logs, it sometimes stops whenever it encounter the taboola script tag:
Login to see the quote
So in this case it didn't extract the full text. Check the website and the tag fp_single-article__content and you'll see that it contains the full article. Is this fixable? Sometimes it happens sometimes it doesn't, not sure why or if it's being loaded only on some articles.
As mentioned above, GPT-3.5 is not so smart to rewrite HTML content. GPT-4 can do it easily, but not GPT-3.5 yet.
You can always test your GPT assignments (prompts) with any of OpenAI's GPT models here: Login to see this link
Simply select the appropriate model, write your prompt, and copy your source article in HTML format. This way you can evaluate the capabilities of each GPT model and see how it works with your content. If it works there, it will work the same way with CyberSEO Pro.
The rewriting seems to work fine when it gets the full article, it fails to rewrite when it's less than 100/200 words. In the playground and in chatGPT it works kinda differently from the API/plugin, even for the same prompts, but there's nothing we can do about it. As long as I get the full article I'm fine.
Also I need to remove (whenever it's there) a string that gets copied from the original article similar to "Click here to read more". Is there a filter for that (which searches for a specific string and removes it), or the only fix is via editing the prompt?
Also, if I may request a new feature, a "clone feed" button so it keeps all the same settings but lets me put a new url would be cool, otherwise it's a lot of repeating the same settings manually.
I see the problem. Your post assignment is incorrect. The full-text article is already in the feed and should not be extracted. Just disable the full text article extraction at all. Your articles are short and they have no formatting, images, etc. because you forgot to ask OpenAI GPT to return the result in HTML format, which is the main point of this manual: Login to see this link
Here is the fixed version of your "Article assignment" (not sure for my Italian though ;)):
Login to see the quote
Use it and you'll get the right result.
P.S. Always check your assignments at Login to see this link - it really helps. Of course, it will never return the same result, because every generated response is unique, but you can see how it really works. Please don't ignore this practice.
Most Users Ever Online: 541
Currently Online:
18 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
ninja321: 84
s.baryshev.aoasp: 68
Freedom: 61
Pandermos: 54
MediFormatica: 49
B8europe: 48
Member Stats:
Guest Posters: 337
Members: 2816
Moderators: 0
Admins: 1
Forum Stats:
Groups: 1
Forums: 5
Topics: 1625
Posts: 8271
Newest Members:
jeremyboucher, lthompson2709, MAC, duty3canada, backlinkmorocco, dmitrypehovskiworkAdministrators: CyberSEO: 3909