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:
parent
6d21abfc20
commit
6662e28830
1 changed files with 1 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue