From 660dd05a477df284c80aa289be5da7e019a492b6 Mon Sep 17 00:00:00 2001 From: Dongbo Wang Date: Tue, 4 Mar 2025 21:07:20 -0800 Subject: [PATCH] Update values for feature flags --- shell/agents/Microsoft.Azure.Agent/ChatSession.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/agents/Microsoft.Azure.Agent/ChatSession.cs b/shell/agents/Microsoft.Azure.Agent/ChatSession.cs index e07ea8e..e6702f9 100644 --- a/shell/agents/Microsoft.Azure.Agent/ChatSession.cs +++ b/shell/agents/Microsoft.Azure.Agent/ChatSession.cs @@ -35,8 +35,8 @@ internal ChatSession(HttpClient httpClient) // Keys and values for flights are from the portal request. _flights = new Dictionary() { - ["openAIModel"] = "gpt4optuc", - ["openAIEndpointName"] = "norwayeast,australiaeast,westus", + ["openAIModel"] = "gpt4optum", + ["openAIEndpointName"] = "norwayeast,australiaeast,swedencentral", ["docsHandlerEndpoint"] = "learnDocs", ["unifiedcopilotdebug"] = false, ["unifiedcopilottest"] = false,