Skip to content

Commit

Permalink
Added extra comment to the OpenAI test class
Browse files Browse the repository at this point in the history
  • Loading branch information
IanZYYap committed Oct 16, 2023
1 parent 7c047a8 commit 2723445
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public class OpenAISampleTests {
/**
* The following tests are Open AI samples ported directly, with assertions added to ensure
* that they will fail instrumented tests rather than simply logging errors and passing tests.
* Currently it still contains log statements in order to help verify that the samples are working, and the
* transcription and translation samples at the bottom will probably need to have their file paths changed.
*/
private final String azureOpenaiKey = "{azure-open-ai-key}";
private final String endpoint = "{azure-open-ai-endpoint}";
Expand Down

0 comments on commit 2723445

Please sign in to comment.