Broken link in error message shown in Assistants/Playground screen in dashboard

Issue

In the OpenAI dashboard, when on the Assistants screen, if you select Playground and run a query with a request that’s too large, you’ll encounter the following error message:

Request too large for gpt-4o in organization org-0xby00a8dqdXXd53GILInAbm on tokens per min (TPM): Limit 30000, Requested 33022. The input or output tokens must be reduced in order to run successfully. Visit https://platform.openai.com/account/rate-limits to learn more.

However, the link in the message is broken.

Fix

The last sentence in the paragraph above is the cause of the broken link. The paragraph should be formatted as follows:

Request too large for gpt-4o in organization org-0xby00a8dqdXXd53GILInAbm on tokens per min (TPM): Limit 30000, Requested 33022. The input or output tokens must be reduced in order to run successfully. Visit https://platform.openai.com/account/rate-limits to learn more.