Skip to content

Commit ff73127

Browse files
authored
Use stop: instead of stop_sequences (#540)
Signed-off-by: Ed Snible <[email protected]>
1 parent 09daed6 commit ff73127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ text:
3636
- "write a hello world example\n"
3737
- model: ollama/granite-code:8b
3838
parameters:
39-
stop_sequences: '!'
39+
stop: ['!']
4040
temperature: 0
4141
```
4242

0 commit comments

Comments
 (0)