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 ```