From 9a408deaf4db15b19c460df8c57afa9f77699d6a Mon Sep 17 00:00:00 2001 From: eastriver Date: Sat, 24 Feb 2024 16:39:23 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7312fe9..7089db1 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ but for convenience, you can use `Template` struct that is specifically made for ```swift // you can use the static function that is already available for this: -self.preProcess = .chatML("You are a sentient AI with emotions.").preProcess +self.preProcess = Template.chatML("You are a sentient AI with emotions.").preProcess // or even better // you can set [template] property right away, so that it handles [preProcess] and [stopSequence] both: