squash! server : update auto gen files comments [no ci]

Remove the comments in server.cpp that mention that information
can be found in the README.md file.
This commit is contained in:
Daniel Bevenius 2025-01-29 14:04:26 +01:00
parent 6d21abfc20
commit 6662e28830

View file

@ -14,9 +14,7 @@
// mime type for sending response
#define MIMETYPE_JSON "application/json; charset=utf-8"
// auto generated files
// $ npm run build --prefix examples/server/webui (updates examples/server/public/index.html.gz)
// $ cmake --build build --target llama-server (generates build/examples/server/index.html.gz.hpp)
// auto generated files (see README.md for details)
#include "index.html.gz.hpp"
#include "loading.html.hpp"