From c2de647b7ac85784f257745fff493104f7b7020e Mon Sep 17 00:00:00 2001 From: geffzhang Date: Tue, 18 Mar 2025 18:44:31 +0800 Subject: [PATCH] Update appsettings.json --- src/WebStarter/appsettings.json | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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",