Skip to content

Commit

Permalink
Update OpenAI-DotNet-Tests/TestFixture_03_Chat.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson authored Nov 16, 2023
1 parent e524233 commit ece3d24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OpenAI-DotNet-Tests/TestFixture_03_Chat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ public async Task Test_07_GetChatToolCompletion()
};

var chatRequest = new ChatRequest(messages, tools: tools, toolChoice: "auto");
OpenAIClient.ChatEndpoint.EnableDebug = true;
var result = await OpenAIClient.ChatEndpoint.GetCompletionAsync(chatRequest);
Assert.IsNotNull(result);
Assert.IsNotNull(result.Choices);
Expand Down

0 comments on commit ece3d24

Please sign in to comment.