Hacker News new | ask | show | jobs
by mentos 531 days ago
I’m using ChatGPT4o to convert a C# project to C++. Any recommendation on what Ollama model I could use instead?
1 comments

The one that does not convert C# at all and asks you to just optimize it in C# instead (and to use the appropriate build option) :D
I’m converting game logic from C# to UE5 C++. So far made great progress using ChatGPT4o and o1
Do you find these working out better for you than Claude 3.5 Sonnet? So far I've not been a fan of the ChatGPT models' output.
I find ChatGPT better with UE4/5 C++ but they are very close.

Biggest advantage is the o1 128k context. I can one shot an entire 1000 line class where normally I’d have to go function by function with 4o.