diff --git a/src/WebStarter/appsettings.json b/src/WebStarter/appsettings.json index a0e88d0d..2582a8ae 100644 --- a/src/WebStarter/appsettings.json +++ b/src/WebStarter/appsettings.json @@ -46,15 +46,11 @@ "Provider": "azure-openai", "Models": [ { - "Id": "gpt-4o-mini", - "Name": "gpt-4o-mini", - "ApiKey": "c1cee6ddfb3d4f469587789efe7a2ba9", - "Endpoint": "https://ai4c-demo.openai.azure.com/", - "Type": "chat", - "PromptCost": 0.0015, - "CompletionCost": 0.002, - "MaxTokens": null, - "Temperature": 1.0 + "Id": "gpt-3.5-turbo", + "Name": "gpt-35-turbo", + "Version": "1106", + "ApiKey": "", + "Endpoint": "https://gpt-35-turbo-instruct.openai.azure.com/" }, { "Name": "gpt-35-turbo-instruct",