From b1022c85c46fac5868cc6180584a7f14c3fe0f16 Mon Sep 17 00:00:00 2001 From: Roberto Arocha Date: Thu, 14 Mar 2024 21:38:26 +0100 Subject: [PATCH] template updated --- src/AIHub/appsettings.template.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/AIHub/appsettings.template.json b/src/AIHub/appsettings.template.json index 5ffda8b..5b6ef2c 100644 --- a/src/AIHub/appsettings.template.json +++ b/src/AIHub/appsettings.template.json @@ -14,47 +14,47 @@ "BingEndpoint": "https://api.bing.microsoft.com/v7.0/search", "BingKey": "", "OpenAIEndpoint": "", - "OpenAISubscriptionKey": "", + "OpenAISubscriptionKey": "", "DeploymentName": "gpt-35-turbo" }, "CallCenter": { "OpenAIEndpoint": "", - "OpenAISubscriptionKey": "", + "OpenAISubscriptionKey": "", "DeploymentName": "gpt-35-turbo" }, "AudioTranscription": { "SpeechLocation": "westeurope", - "SpeechSubscriptionKey": "", + "SpeechSubscriptionKey": "", "ContainerName": "audio-files" }, "ImageAnalyzer": { "OpenAIEndpoint": "", "GPT4Vision": "openai/deployments//extensions/chat/completions?api-version=2023-07-01-preview", - "OpenAISubscriptionKey": "KEY", + "OpenAISubscriptionKey": "", "ContainerName": "image-analyzer", - "DeploymentName": "gpt-35-turbo" + "DeploymentName": "gpt4-vision" }, "FormAnalyzer": { "FormRecogEndpoint": "
", - "FormRecogSubscriptionKey": "", + "FormRecogSubscriptionKey": "Form Recog Key", "OpenAIEndpoint": "", - "OpenAISubscriptionKey": "", + "OpenAISubscriptionKey": "", "ContainerName": "form-analyzer", - "DeploymentName": "gpt-35-turbo" + "DeploymentName": "gpt-4" }, "DocumentComparison": { "FormRecogEndpoint": "", - "FormRecogSubscriptionKey": "", + "FormRecogSubscriptionKey": "", "OpenAIEndpoint": "", - "OpenAISubscriptionKey": "", + "OpenAISubscriptionKey": "", "ContainerName": "document-comparison", - "DeploymentName": "gpt4" + "DeploymentName": "gpt-4" }, "ChatOnYourData": { "Link": "" }, "PBIReport": { - "Link": ">Link to PBIReport>" + "Link": "" }, "Storage": { "ConnectionString": "",