-
Notifications
You must be signed in to change notification settings - Fork 11.4k
How do i use llama.cpp as an API? #1683
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
#1443 - Use this. |
llama.cpp provides a C API. |
what do you mean c api? |
https://github.com/ggerganov/llama.cpp/blob/master/llama.h |
you mean server? |
@TusharAgey thankyou very much, i have been looking for it for ages! :) |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hello! Im making a cool project that involves llama.cpp, but i need it in the form of an API to make the communication easier rather than catching the output of llama.cpp in the console. Is there any way to use this as an API?
The text was updated successfully, but these errors were encountered: