I would love if OpenAI added support for presetting a max_tokens url parameter in the Playground. Something as simple as this:

https://platform.openai.com/playground?mode=chat&model=gpt-4-1106-preview&max_tokens=1024

My most common workflow (mistake):

  • Press my hotkey to open the playground
  • Type in a prompt
  • Submit with cmd+enter
  • Cancel the request
  • Increase the “Maximum Length” to something that won’t get truncated
  • Submit the request again