mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
72114edf06
* json: ordered json in server/schema converter to respect orig order * json: ws nits * json: support non-string const / enums
5 lines
108 B
C++
5 lines
108 B
C++
#pragma once
|
|
#include "json.hpp"
|
|
|
|
std::string json_schema_to_grammar(const nlohmann::ordered_json& schema);
|