You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% Test that we can use different APIVersion value to call
157
+
% azureChat.generate
158
+
159
+
testCase.assumeTrue(isenv("AZURE_OPENAI_API_KEY"),"end-to-end test requires environment variables AZURE_OPENAI_API_KEY, AZURE_OPENAI_ENDPOINT, and AZURE_OPENAI_DEPLOYMENT.");
160
+
chat = azureChat("APIVersion", APIVersions);
161
+
162
+
response =testCase.verifyWarningFree(@() generate(chat,"How similar is the DNA of a cat and a tiger?"));
0 commit comments