Closed ChristianTackeGSI closed 2 months ago
[!TIP]
OpenAI O1 model for chat
- We have deployed OpenAI's latest O1 model for chat. - OpenAI claims that this model has superior reasoning capabilities than their GPT-4o model. - Please share any feedback with us in the [discussions post](https://discord.com/channels/1134356397673414807/1283929536186155099).
fairroot/base/sink/FairRootFileSink.h (2)
`2-2`: **LGTM!** Updating the copyright year is a good practice to indicate the project is actively maintained. --- `48-51`: **Excellent!** Deprecating the `OpenRootFile` method is a good decision because: 1. It keeps the codebase clean by removing unused or redundant code. 2. The deprecation is communicated clearly using both a comment and the `[[deprecated]]` attribute. 3. The deprecation message provides clear guidance to the users to use `TFile::Open` directly instead.
This is just a thin wrapper that calls TFile::Open.
It's not used in FairRoot. And everybody else should use TFile::Open.
Checklist: