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
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.");
103
-
chat =azureChat;
104
-
% This input is considerably longer than accepted as input for
@@ -142,14 +124,15 @@ function canUseAPIVersions(testCase, APIVersions)
142
124
end
143
125
144
126
function specialErrorForUnsupportedResponseFormat(testCase)
127
+
testCase.assumeFail("Disabled until `llms.internal.callAzureChat` is updated to use `max_completion_tokens` instead of the deprecated `max_tokens` in the OpenAI API.")
0 commit comments