← Back to context

Comment by philipbk

4 days ago

> "25 lines of python" > "import Solution" ok

>we didn't call an api

>calls an api

ok

  • not really fair to call downloading a model once to run locally the same thing as calling an api which happens for every question in jev

    • This assumes that you have a powerful computer that can run an LLM. Most people will have to call an LLM API every time, which is three orders of magnitude more expensive than Jev.

      1 reply →

The 25 lines is the only thing that makes Jev different compared to Solution apparently.