How To Let LLM Output Nothing
We harded coded a stop sequence in LLM:NO_RESPONSE_NEEDED
. Whenever this sequence is met, the response generation would stop.
You can then prompt the LLM to output nothing by writing something like:
NO_RESPONSE_NEEDED
. Whenever this sequence is met, the response generation would stop.
You can then prompt the LLM to output nothing by writing something like: