Hacker News new | ask | show | jobs
by etoxin 312 days ago
Some app devs use local models on local environments with LLM APIs to get up and running fast, then when the app deploys it switches to the big online models via environment vars.

In large companies this can save quite a bit of money.