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
:thrownewInvalidOperationException($"Invalid setting: {(noEndpoint?"Endpoint":"Deployment")} key is missing. To use Azure OpenAI service, please specify both the 'Endpoint' and 'Deployment' keys. To use OpenAI service, please ignore both keys.");
60
+
:!noEndpoint&&noDeployment
61
+
?EndpointType.CompatibleThirdParty
62
+
:!noEndpoint&&!noDeployment
63
+
?EndpointType.AzureOpenAI
64
+
:thrownewInvalidOperationException($"Invalid setting: 'Deployment' key present but 'Endpoint' key is missing. To use Azure OpenAI service, please specify both the 'Endpoint' and 'Deployment' keys. To use OpenAI service, please ignore both keys.");
0 commit comments