From: Pascal Patry Date: Wed, 4 Sep 2024 06:45:40 +0000 (-0400) Subject: readme : rename result_format to response_format (#9300) X-Git-Tag: upstream/0.0.4488~824 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9379d3cc1718e9ec6ab5ffcb60a06bbe048a61ee;p=pkg%2Fggml%2Fsources%2Fllama.cpp readme : rename result_format to response_format (#9300) --- diff --git a/grammars/README.md b/grammars/README.md index 01b02abb..7ec81547 100644 --- a/grammars/README.md +++ b/grammars/README.md @@ -120,7 +120,7 @@ You can use GBNF grammars: - In [llama-server](../examples/server): - For any completion endpoints, passed as the `json_schema` body field - - For the `/chat/completions` endpoint, passed inside the `result_format` body field (e.g. `{"type", "json_object", "schema": {"items": {}}}`) + - For the `/chat/completions` endpoint, passed inside the `response_format` body field (e.g. `{"type", "json_object", "schema": {"items": {}}}`) - In [llama-cli](../examples/main), passed as the `--json` / `-j` flag - To convert to a grammar ahead of time: - in CLI, with [examples/json_schema_to_grammar.py](../examples/json_schema_to_grammar.py)