This underscores the importance of designing systems with a multi-region strategy for high availability and resiliency against issues / outages like this!
Exactly! Just because part of the answer isn't right, doesn't mean the entire answer is useless. It's much faster than only doing a Google search when working out the solution to a problem.
Sometimes you are going to loose a lot of time trying to make a ChatGPT solution work when Google would have provided right away the right answer... Just yesterday I asked ChatGPT for an AWS IAM policy. ChatGPT-4o provided an answer that looked ok but was just wrong, tried to make it work without success. Just Googled it and the first result provided me the right answer.
I prefer Phind for this type of question since you can see search results that it's likely drawing answers from.
But ChatGPT is often a huge time saver if you know exactly what you want to do and just let it fill in the how. I have these 3 jsonl files and I want to use jq to do blah blah and then convert them to csv
I created an open source, Azure OpenAI chat app and put it up on GitHub. I've been using it for my own use of a private type of ChatGPT for my own use. I hope others find it useful for the same, or just learning more about how to use chat completion with Azure OpenAI. :)
https://github.com/Build5Nines/AIChatUI