mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-12-26 14:20:31 +01:00
5 lines
100 B
C
5 lines
100 B
C
|
#pragma once
|
||
|
#include "json.hpp"
|
||
|
|
||
|
std::string json_schema_to_grammar(const nlohmann::json& schema);
|