Need for Markdown in OpenAI Playground

I’m disappointed that OpenAI Playground lacks markdown support. Markdown is crucial for formatting text and enhancing readability. Google AI Studio includes this feature, aiding users in organizing and presenting content effectively. Adding markdown would significantly improve user experience and align with industry standards. Please consider addressing this matter.

3 Likes

Need for completely unaltered API output in OpenAI Playground.

I’m disappointed that OpenAI would even consider detecting JSON in the AI response and altering the presentation of information at all. A developer platform should demonstrate exactly what the AI model is producing, improving the API itself for return down to token number representations of those byte sequences which cannot be displayed or are invalid UTF-8.

Exact transcription of production, down to function call being invoked and sent, along with a re-implementation of truthful logprobs, less vulnerable to model parameter discovery attacks when presented by a UI is needed, and certainly no manipulation of API model returns. The whole response object should be available, if you must keep the true model output a secret and offer only an altered logprobs that hides decisions like certainty to invoke a tool and the ability to tune them.

More transparency, more honesty, more understanding – less corruption of presentation on a platform for development and diagnosis. The API is not “GPTs Plus” needing pleasantries.

No need to be condescending. This is as simple as adding a toggle to switch between displaying Plaintext vs Markdown. The platform/presentation will not be “corrupted” by such a change.

1 Like

This looks good but is it safe?