Skip to content

Commit a2d9765

Browse files
Update app/prepdocs/PrepareDocs/Program.Clients.cs
Co-authored-by: Xiaoyun Zhang <[email protected]>
1 parent 61a97c7 commit a2d9765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/prepdocs/PrepareDocs/Program.Clients.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ private static Task<OpenAIClient> GetOpenAIClientAsync(AppOptions options) =>
170170
if (!useAOAI)
171171
{
172172
var openAIApiKey = Environment.GetEnvironmentVariable("OPENAI_API_KEY");
173-
Console.WriteLine("useAOAI value is: " + useAOAI.ToString());
173+
Console.WriteLine("useAOAI value is: " + useAOAI.ToString());
174174
ArgumentNullException.ThrowIfNullOrEmpty(openAIApiKey);
175175
s_openAIClient = new OpenAIClient(openAIApiKey);
176176
}

0 commit comments

Comments
 (0)