diff --git a/README.md b/README.md index 429afdad..d4c36f98 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ ChatSession session = new(executor, chatHistory); InferenceParams inferenceParams = new InferenceParams() { MaxTokens = 256, // No more than 256 tokens should appear in answer. Remove it if antiprompt is enough for control. - AntiPrompts = new List { "User:" } // Stop generation once antiprompts appear. + AntiPrompts = new List { "User:" }, // Stop generation once antiprompts appear. SamplingPipeline = new DefaultSamplingPipeline(), };