From 9db65d2d0eeab7df6efa20578bc2d7345a9c86f0 Mon Sep 17 00:00:00 2001 From: Justin Parker Date: Tue, 6 Feb 2024 16:58:44 -0500 Subject: [PATCH] update /props endpoint section --- 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 1aa860ff7..1db7cdf21 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -277,7 +277,7 @@ Notice that each `probs` is an array of length `n_probs`. "assistant_name": "", "user_name": "", "default_generation_settings": { ... }, - "total_slots": "" + "total_slots": 1 } ```