Skip to content

As a front end dev, should i interface with llama-cli or llama-server? Is there a way to delete an older message with llama-cli? #11772

Answered by slaren
MrHills-2 asked this question in Q&A
Discussion options

You must be logged in to vote

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 the llama-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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MrHills-2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants