1 / 2
Google Gemini Pro dropped the explicit handling that ensures the arrays are copied before being reversed, resulting in the inputs being mutated (creates a different bug). DeepSeek Chat V3 has the same solution as ChatGPT o1-mini (use slice + concat but behavior unchanged).
1 likes 1 replies
?