Looking for input prompt that includes a desired number of words/sentences/paragraphs in the response. #1212
-
I'm a novice to AI/LLM in general and am searching for a function that would allow me to include a desired number of words, sentences, or paragraphs in the model's response to a prompt - something that could be defined for each prompt. I think I've seen the ability to set the number of tokens in a response during setup, but not on a per-prompt basis. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You can't really force a specific number of specific words. You can limit the number of total generated tokens, but the choice of word is up to the model |
Beta Was this translation helpful? Give feedback.
-
Command-r can do this, but most models cannot. |
Beta Was this translation helpful? Give feedback.
Command-r can do this, but most models cannot.