Skip to content

Commit e9bc956

Browse files
authored
Update feature flags openAIModel and openAIEndpointName for the Azure agent (#349)
1 parent 765a0ca commit e9bc956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell/agents/Microsoft.Azure.Agent/ChatSession.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ internal ChatSession(HttpClient httpClient)
3535
// Keys and values for flights are from the portal request.
3636
_flights = new Dictionary<string, object>()
3737
{
38-
["openAIModel"] = "gpt4optuc",
39-
["openAIEndpointName"] = "norwayeast,australiaeast,westus",
38+
["openAIModel"] = "gpt4optum",
39+
["openAIEndpointName"] = "norwayeast,australiaeast,swedencentral",
4040
["docsHandlerEndpoint"] = "learnDocs",
4141
["unifiedcopilotdebug"] = false,
4242
["unifiedcopilottest"] = false,

0 commit comments

Comments
 (0)