Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eastriverlee authored Feb 24, 2024
1 parent 3988004 commit 9a408de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9a408de

Please sign in to comment.