• Blake Mizerany's avatar
    cmd: provide feedback if OLLAMA_MODELS is set on non-serve command (#3470) · 7d05a6ee
    Blake Mizerany authored
    This also moves the checkServerHeartbeat call out of the "RunE" Cobra
    stuff (that's the only word I have for that) to on-site where it's after
    the check for OLLAMA_MODELS, which allows the helpful error message to
    be printed before the server heartbeat check. This also arguably makes
    the code more readable without the magic/superfluous "pre" function
    caller.
    7d05a6ee
cmd.go 22.8 KB