Force output to start with less probable output

I’d like to force the system to use less probable option. Is it possible?

For example, the probability to start with the word “Looking” is so high that most of the responses start with this. I’d like to force some less probable output, or prevent the 1st one from competing.

image

Is this doable?

Preferred solution would be to force the 1st word to be something that has less than X percent of winning.

I think it’s achievable.
Check parameter logit_bias and below article.
https://help.openai.com/en/articles/5247780-using-logit-bias-to-define-token-probability

2 Likes

@nick.yang - just what I was looking for, thanks!

@nick.yang This is :fire: