[Enhancement]: Enable Default "Formatting re-enabled" Prompt for ChatGPT O1 and O3 Models #6683
Replies: 6 comments
-
The OpenAI forum has also been mentioned: Bad case example:
response
|
Beta Was this translation helpful? Give feedback.
-
I wonder: Is it possible to use addParams for this? Like mentioned here: |
Beta Was this translation helpful? Give feedback.
-
In my agent setting, even if I include the line "Formatting re-enabled" in the first line of the instruction, the model is still not returning proper markdown text. I think it might be because we enabled tools and other features that the default system prompt got overwritten. |
Beta Was this translation helpful? Give feedback.
-
I’d love to hear the opinion of @danny‑avila on this. With the o3 model coming in about 80 % cheaper, it looks like a good option for wider adoption. The only sticking point is that less‑technical LibreChat users have to remember to re‑enable “Formatting,” which can be a bit confusing. Is there a way to set “Formatting” to ON by default for everyone in a LibreChat instance, so they get a smoother experience right out of the gate? |
Beta Was this translation helpful? Give feedback.
-
Just add a bit of information in case someone wants to pick it up and fix it. @danny-avila LibreChat/api/server/controllers/agents/client.js Lines 749 to 755 in 9c70d1d Here, the agent instructions is appended to the system message, so even if the user wants to enable formatting by adding the The simple fix would be to move the |
Beta Was this translation helpful? Give feedback.
-
GPT-5 has the same issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
Add "Formatting re-enabled" Prompt for ChatGPT O1 and O3 Models
More details
Currently, the default markdown formatting for the ChatGPT O1 and O3 models in LibreChat is quite messy, which may lead to a confusing user experience. Although users can customize this behavior using presets or Model Specs, it isn’t very friendly or convenient for everyone.
I propose that we include the prompt "Formatting re-enabled" as a default for these models. This change would automatically apply cleaner markdown formatting, improving readability and reducing the need for users to tweak settings manually.
Thank you for considering this enhancement!
Which components are impacted by your request?
No response
Pictures
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions