revert redundant changes

This commit is contained in:
Xuan Son Nguyen
2026-08-22 00:48:33 +02:00
parent 6609378e52
commit 34861194be
21 changed files with 54 additions and 59 deletions
+1 -1
View File
@@ -341,7 +341,7 @@ json server_chat_convert_anthropic_to_oai(const json & body) {
std::string system_content;
if (system_param.is_string()) {
system_content = system_param;
system_content = system_param.get<std::string>();
normalize_anthropic_billing_header(system_content);
} else if (system_param.is_array()) {
for (const auto & block : system_param) {