We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c1f52 commit e202ffeCopy full SHA for e202ffe
examples/server/utils.hpp
@@ -58,7 +58,7 @@ static T json_value(const json & body, const std::string & key, const T & defaul
58
59
const static std::string build_info("b" + std::to_string(LLAMA_BUILD_NUMBER) + "-" + LLAMA_COMMIT);
60
61
-// thin wrapper around server_grammar_trigger with (de)serialization functions
+// thin wrapper around common_grammar_trigger with (de)serialization functions
62
struct server_grammar_trigger {
63
common_grammar_trigger value;
64
0 commit comments