chat : avoid including json in chat.h (#21306)

This commit is contained in:
Georgi Gerganov
2026-04-03 09:07:59 +03:00
committed by GitHub
parent 39b27f0da0
commit 57ace0d612
4 changed files with 33 additions and 61 deletions
+1
View File
@@ -4,6 +4,7 @@
#include "common.h"
#include "jinja/caps.h"
#include "peg-parser.h"
#include "nlohmann/json.hpp"
#include <chrono>
#include <optional>