Skip to content

Commit 22b4c75

Browse files
committed
Increate Max Token count in example
To see the complete anwer.
1 parent 68ae07c commit 22b4c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LLama.Examples/Examples/BatchedExecutorMtmd.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class BatchedExecutorMtmd
1919
/// <summary>
2020
/// Number of completion tokens to generate after sending the image prompt.
2121
/// </summary>
22-
public const int TokenCount = 64;
22+
public const int TokenCount = 10000;
2323

2424
public static async Task Run()
2525
{

0 commit comments

Comments
 (0)