From 284998a994c30535ecc43d4dcb859736309c7862 Mon Sep 17 00:00:00 2001 From: William Grosset <16131737+williamgrosset@users.noreply.github.com> Date: Sat, 22 Feb 2025 23:12:18 -0800 Subject: [PATCH] docs: update lazy config (#1359) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffe6759..fd1d3ef 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ For building binary if you wish to build from source, then `cargo` is required. timeout = 30000, -- timeout in milliseconds temperature = 0, -- adjust if needed max_tokens = 4096, - reasoning_effort = "high" -- only supported for "o" models + -- reasoning_effort = "high" -- only supported for reasoning models (o1, etc.) }, }, -- if you want to build from source then do `make BUILD_FROM_SOURCE=true`