microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.2k stars 1.12k forks source link

Customer can only have OpenAI deployment in the UK #245

Closed Nihal-1512 closed 8 months ago

Nihal-1512 commented 11 months ago

A customer would like to deploy this solution in their environment however they can only use resources available in the UK. OpenAI resource is available in UK South but it does not show up when creating resources with Azure CLI. Is there any solution to this? Any help is appreciated, thanks.

superpoussin22 commented 11 months ago

modify infra/main.bicep :) and add in the following line the region you want ( this is line 14 )

@allowed(['canadaeast', 'eastus', 'francecentral', 'japaneast', 'northcentralus', 'australieast', 'swedencentral'])

Nihal-1512 commented 11 months ago

@superpoussin22, That is really helpful, thank you so much. By any chance do you know what would be required if the customer wanted to use GPT-4 instead of GPT3.5. The client has access to it, just wanted to understand how we would deploy it. Thanks again!

mkandukuri4 commented 10 months ago

Yes, I have also deployed this solution but, how do we change to GPT4 models instead of GPT-35