Skip to content

Commit

Permalink
template updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rag2111 committed Mar 14, 2024
1 parent 2882540 commit b1022c8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/AIHub/appsettings.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,47 +14,47 @@
"BingEndpoint": "https://api.bing.microsoft.com/v7.0/search",
"BingKey": "<Bing Key>",
"OpenAIEndpoint": "<AOAI EndPoint>",
"OpenAISubscriptionKey": "<KEY>",
"OpenAISubscriptionKey": "<AOAI Key>",
"DeploymentName": "gpt-35-turbo"
},
"CallCenter": {
"OpenAIEndpoint": "<AOAI EndPoint>",
"OpenAISubscriptionKey": "<KEY>",
"OpenAISubscriptionKey": "<AOAI Key>",
"DeploymentName": "gpt-35-turbo"
},
"AudioTranscription": {
"SpeechLocation": "westeurope",
"SpeechSubscriptionKey": "<your speech key>",
"SpeechSubscriptionKey": "<Speech Key>",
"ContainerName": "audio-files"
},
"ImageAnalyzer": {
"OpenAIEndpoint": "<AOAI EndPoint>",
"GPT4Vision": "openai/deployments/<deploymentName>/extensions/chat/completions?api-version=2023-07-01-preview",
"OpenAISubscriptionKey": "KEY",
"OpenAISubscriptionKey": "<AOAI Key>",
"ContainerName": "image-analyzer",
"DeploymentName": "gpt-35-turbo"
"DeploymentName": "gpt4-vision"
},
"FormAnalyzer": {
"FormRecogEndpoint": "<Form Recog EndPoint>",
"FormRecogSubscriptionKey": "<KEY>",
"FormRecogSubscriptionKey": "Form Recog Key",
"OpenAIEndpoint": "<AOAI EndPoint>",
"OpenAISubscriptionKey": "<KEY>",
"OpenAISubscriptionKey": "<AOAI Key>",
"ContainerName": "form-analyzer",
"DeploymentName": "gpt-35-turbo"
"DeploymentName": "gpt-4"
},
"DocumentComparison": {
"FormRecogEndpoint": "<Form Recog EndPoint>",
"FormRecogSubscriptionKey": "<KEY>",
"FormRecogSubscriptionKey": "<Form Recog Key>",
"OpenAIEndpoint": "<AOAI EndPoint>",
"OpenAISubscriptionKey": "<KEY>",
"OpenAISubscriptionKey": "<AOAI Key>",
"ContainerName": "document-comparison",
"DeploymentName": "gpt4"
"DeploymentName": "gpt-4"
},
"ChatOnYourData": {
"Link": "<Link to Chat>"
},
"PBIReport": {
"Link": ">Link to PBIReport>"
"Link": "<Link to PBIReport>"
},
"Storage": {
"ConnectionString": "<Storage connString>",
Expand Down

0 comments on commit b1022c8

Please sign in to comment.