Hacker News new | ask | show | jobs
by mv4 28 days ago
Can someone recommend an IDE that can be used with a self-hosted model (via OpenAI or similar)?
2 comments

Look up OpenCode
vs code supports local models (bring your own key/model)

you need a model server - ollama/llama.cpp/lm studio

> bring your own key

Do you mean supporting oai-compatible api URLs in copilot? If so then you need either VS Code Insiders, or a VS Code extension I believe?