We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb83c7 commit 0229093Copy full SHA for 0229093
OpenAI_API/OpenAIAPI.cs
@@ -52,7 +52,7 @@ public static OpenAIAPI ForAzure(string YourResourceName, string deploymentId, A
52
{
53
OpenAIAPI api = new OpenAIAPI(apiKey);
54
api.ApiVersion = "2022-12-01";
55
- api.ApiUrlFormat = $"https://{YourResourceName}.openai.azure.com/openai/deployments/{deploymentId})/" + "{1}?api-version={0}";
+ api.ApiUrlFormat = $"https://{YourResourceName}.openai.azure.com/openai/deployments/{deploymentId}/" + "{1}?api-version={0}";
56
return api;
57
}
58
0 commit comments