diff --git a/sk-csharp-hello-world/config/appsettings.json.openai-example b/sk-csharp-hello-world/config/appsettings.json.openai-example index 93c05ba..c42f037 100644 --- a/sk-csharp-hello-world/config/appsettings.json.openai-example +++ b/sk-csharp-hello-world/config/appsettings.json.openai-example @@ -1,8 +1,7 @@ { "endpointType": "text-completion", "serviceType": "OpenAI", - "serviceId": "text-davinci-003", - "deploymentOrModelId": "text-davinci-003", + "modelId": "gpt-4", "apiKey": "... your OpenAI key ...", - "orgId": "" -} \ No newline at end of file + "orgId": "... your OpenAI Org ID ..." +}