Skip to content

Commit a112468

Browse files
authored
Merge pull request #1001 from SciSharp/martindevans-patch-1
Update README.md
2 parents cde1347 + 0e4d369 commit a112468

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
@@ -144,7 +144,7 @@ ChatSession session = new(executor, chatHistory);
144144
InferenceParams inferenceParams = new InferenceParams()
145145
{
146146
MaxTokens = 256, // No more than 256 tokens should appear in answer. Remove it if antiprompt is enough for control.
147-
AntiPrompts = new List<string> { "User:" } // Stop generation once antiprompts appear.
147+
AntiPrompts = new List<string> { "User:" }, // Stop generation once antiprompts appear.
148148
149149
SamplingPipeline = new DefaultSamplingPipeline(),
150150
};

0 commit comments

Comments
 (0)