-
Hey. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You should never build an application on top of |
Beta Was this translation helpful? Give feedback.
-
Hey. |
Beta Was this translation helpful? Give feedback.
-
You should never build an application on top of |
Beta Was this translation helpful? Give feedback.
You should never build an application on top of
llama-cli
, it is not intended to be used that way. Your options are to use the llama.cpp API, or thellama-server
. The llama.cpp API has the lowest level access to the library and is more flexible, but it also changes frequently, which may break your application.llama-server
can be used an an OpenAI-compatible endpoint.