How to increase the number of tokens/symbols in Response #20
Answered
by
srcnalt
infinity-nft
asked this question in
Q&A
-
Hello I have a question. Regardless of the MaxTokens parameter, the response from OpenAI seems short. How can I increase the number of tokens/characters in Response? |
Beta Was this translation helpful? Give feedback.
Answered by
srcnalt
Feb 23, 2023
Replies: 1 comment
-
Hi @infinity-nft, responses of the API depends on the prompt as well as MaxTokens param. I sometimes use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
srcnalt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @infinity-nft, responses of the API depends on the prompt as well as MaxTokens param. I sometimes use
Reply in maximum x words
as a part of the prompt to shorten it. You might reverse that and add it to your prompt asReply in minimum x words.
Let me know if that works.