if you need to limit the number of words of an AI article there are a couple of options.
Limit words using prompt count
Most AI models are only tuned to respond with no more than 300-500 words per response even if you tell it to write something of Article length.
This means each prompt in an SCM AI article will return 300-500 words.
eg: A one prompt inside the article creator like below, will return 300-500 words.
If you have 2 prompts, you can expect 600-1000 words etc.
This is almost impossible to control if you are using SCM longform prompt templates.
Avoid longform AI templates
eg: All the longform AI templates below will return variable article lengths and can’t be controlled.
Expect large articles of 3000 words+.
If you don’t want large articles, don’t select any longform templates.
Limit words using prompt instructions
You can limit model responses by requesting the AI to reply with one sentence or one paragraph.
Unfortunately you can’t tell a model to only write 300 or 400 words.
eg: The following prompt will not work
[write an article about %keyword% in %language%.
only write 300 words]
The AI will keep generating a response of a random length.