We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cde1347 + 0e4d369 commit a112468Copy full SHA for a112468
README.md
@@ -144,7 +144,7 @@ ChatSession session = new(executor, chatHistory);
144
InferenceParams inferenceParams = new InferenceParams()
145
{
146
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.
+ AntiPrompts = new List<string> { "User:" }, // Stop generation once antiprompts appear.
148
149
SamplingPipeline = new DefaultSamplingPipeline(),
150
};
0 commit comments