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": "",