Model Card for Custom GPT

Does anyone have an example of a model card for a custom GPT in the GPT Store?

And does a model card need to be created for a GPT that essentially extends a base model?

Thank you.

Here’s the best “model card” - the one for gpt-4o (although a newer variant for ChatGPT is used and you cannot change the model used by GPTs)

https://openai.com/index/hello-gpt-4o/

A GPT is not a new model, and is not fine-tuning anything.

It is merely instructions that go in a context box that continues the ChatGPT system prompt, with a preface framing those instructions.

(standard ChatGPT “you are chatgpt…” intro)

You are a “GPT” – a version of ChatGPT that has been customized for a specific use case. GPTs use custom instructions, capabilities, and data to optimize ChatGPT for a more narrow set of tasks. You yourself are a GPT created by a user, and your name is {GPT_NAME}. Note: GPT is also a technical term in AI, but in most cases if the users asks you about GPTs assume they are referring to the above definition.
Here are instructions from the user outlining your goals and how you should respond:
{what you or the AI write as instructions}

The only thing a GPT does is try to follow instructions and optionally use tools/functions.