Pamela Fox
Pamela Fox
@saisamarthtaluri Yeah we need to account for that better, can you try deleting the whole openai resource definition in main.bicep? Starting at line 145: https://github.com/Azure-Samples/azure-search-openai-demo/blob/424c8d84a36d8c245cba5259b4f920f8e7893ea4/infra/main.bicep#L145
It is currently the case that free Azure accounts cannot use Azure OpenAI. If you have a free Azure account, please follow the readme instructions for using OpenAI.com credentials instead.
@sowu880 It seems that this PR doesn't include the creation of the speech resource. Can that be included as an optional resource in the Bicep files? Also, instead of using...
Please also look at `CONTRIBUTING.md` to see how you can run linters and write tests on your code.
@sowu880 I see "auth_token" on https://learn.microsoft.com/en-us/python/api/azure-cognitiveservices-speech/azure.cognitiveservices.speech.speechconfig?view=azure-python , is that a different kind of auth token than the kind you can get from AzureDefaultCredential? I found this snippet that seemed to...
For this repo, we aim to have all resources created by Bicep, so that deploys can be replicable. We can still support optional features in Bicep, you can take a...
@daptatea Will be merged soon!
This can be tried out here: https://app-backend-5hhse4yls5chk.azurewebsites.net/
@zedhaque Is #2 something that you think should be configured on a per-app setting or a per-user setting? There was another setting originally in this PR for "speak all answers"...
@zedhaque I've made your suggested changes to split input/output and add a voice option. I also made named the input as INPUT_BROWSER and output as OUTPUT_AZURE as I could imagine...