From 8aa3d6b83493fbc8177a86e0d4a9ac622e4287b7 Mon Sep 17 00:00:00 2001 From: Ed Snible Date: Tue, 25 Feb 2025 13:01:20 -0500 Subject: [PATCH] Use stop: instead of stop_sequences Signed-off-by: Ed Snible --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80adb0a05..3bd4229b4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ text: - "write a hello world example\n" - model: ollama/granite-code:8b parameters: - stop_sequences: '!' + stop: ['!'] temperature: 0 ```