From 33efcb3c591540817924fd4be9b9873b1a77cd78 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Wed, 5 Feb 2025 16:20:11 +0000 Subject: [PATCH] Update README.md --- examples/server/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/server/README.md b/examples/server/README.md index 8646e6af4..41393d096 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -128,7 +128,6 @@ 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 **Example-specific params**