GitHub's outage prevents independent local model usage too
So it turns out that apparently any local model call somehow requires Microsoft's blessing.
GitHub is down, and my local Ollama is failing with this:
Sorry, your request failed. Please try again.
Reason: key is missing
Note: GitHub is currently experiencing a service disruption. This may be affecting Copilot. Check GitHub Status for details.
I don't want to use Copilot. I want to use local ollama AI of my choosing!
I thought the whole point of running AI locally was that I wouldn't have to depend on Microsoft deciding whether I'm allowed to run a model on my own effing computer. Apparently I was wrong.
Ollama itself is running perfectly fine on cli/Emacs. I can access my models directly. It's the Copilot integration that suddenly refuses to let me use them because GitHub is having an outage.
Has anybody found a workaround for this? Is there a way to make VS Code talk to Ollama directly without going through whatever GitHub service is currently broken? Maybe there is some pre-processing of each requests that I can switch to my ollama too?
PS: I also have those "Ollama (Deprecated)" warning tags plastered all over the VS Code config UI. I was planning to avoid upgrading VS Code until I had time to migrate to a sane editor, even if that eventually meant going back to Emacs. But now I see that Microsoft doesn't even need me to upgrade VS Code to stop me from using Ollama.