ci: detach common from the library (#12827)

* fix: detach common from the library

* fix: building chat test template
This commit is contained in:
Plamen Minev 2025-04-09 11:11:11 +03:00 committed by GitHub
parent 65a69e6e1b
commit 381603a775
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 7 deletions

View file

@ -3,7 +3,7 @@
#include "common.h"
#include "log.h"
#include "llama.h"
#include "common/base64.hpp"
#include "base64.hpp"
// increase max payload length to allow use of larger context size
#define CPPHTTPLIB_FORM_URL_ENCODED_PAYLOAD_MAX_LENGTH 1048576