Skip to content

Commit

Permalink
Update Top1KQuestionTasks.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jun 4, 2024
1 parent e6519cc commit 8668ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp.Tests/Top1KQuestionTasks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public async Task Create_Gemini_Pro_15_User()
[Test]
public async Task Generate_top_10k_answers_for_gemini_flash()
{
var txt = await File.ReadAllTextAsync(TestUtils.GetHostDir().CombineWith("App_Data/top10k-6.txt"));
var txt = await File.ReadAllTextAsync(TestUtils.GetHostDir().CombineWith("App_Data/top10k-10.txt"));
var ids = new List<int>();
foreach (var line in txt.ReadLines())
{
Expand Down

0 comments on commit 8668ecc

Please sign in to comment.