From 39b50c37dcbf5f297286e818bf5b6581a41c2004 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Wed, 5 Feb 2025 15:53:48 +0000 Subject: [PATCH] Update README.md --- examples/server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/README.md b/examples/server/README.md index 944f1a885..8646e6af4 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -128,7 +128,7 @@ The project is under active development, and we are [looking for feedback and co | `-j, --json-schema SCHEMA` | JSON schema to constrain generations (https://json-schema.org/), e.g. `{}` for any JSON object
For schemas w/ external $refs, use --grammar + example/json_schema_to_grammar.py instead | | `--jinja` | Enable experimental Jinja templating engine (required for tool use) | | `--think` | Enable experimental thinking mode (extracts DeepSeek R1 & Command R7B's native thinking tags and forces any other model to think before responding, resulting thoughts are in the `reasoning_content` output field) (requires `--jinja`) | ---think +--think **Example-specific params**