Monday 21 August 2023

How to specify maximum number of words OpenAI completion should return

How can I specify the number of words the Open AI completion should return?

E.g imagine I ask the AI the question

Who is Elon Musk?

What parameter can I use to make sure the AI sends back results less than or equal to 300 words.

I was thinking the max_tokens parameter was for that but it seems max_tokens is for breaking the input down not the output.



from How to specify maximum number of words OpenAI completion should return

No comments:

Post a Comment