Keep header

This commit is contained in:
Ettore Di Giacinto 2025-05-16 20:08:26 +02:00
parent c15e91a65b
commit 1f536c5ed7

View file

@ -1,3 +1,12 @@
// llama.cpp gRPC C++ backend server
//
// Ettore Di Giacinto <mudler@localai.io> and llama.cpp authors
//
// This is a gRPC server for llama.cpp compatible with the LocalAI proto
// Note: this is a re-adaptation of the original llama.cpp example/server.cpp for HTTP (https://github.com/ggerganov/llama.cpp/tree/master/examples/server),
// but modified to work with gRPC
//
#include "utils.hpp" #include "utils.hpp"
#include "arg.h" #include "arg.h"