Pamela Fox
Pamela Fox
Please provide more details on your environment. * Are you getting this in production or local? * Are you using Azure OpenAI or OpenAI.com? * Can you share the logs...
Hm, interesting. Normally we'd only see that rate limit error for an actual rate limit issue. A few thoughts: 1) Can you go into the Azure Portal and verify the...
I'm able to create something like this by using the api_key parameter/property, since that actually sets a Bearer header behind the scenes. ``` import logging import os from azure.identity import...
The Data Analyst feature of ChatGPT is a part of their user-facing product, and not directly exposed in the API, as far as I know. However, there is a Code...
I asked @MiguelElGallo to post here, since I don't know that there's anything we can do in the azure-search-openai-demo repo. I suspect it's a Codespace issue with extension loading order,...
Okay, for azure-search-openai-demo, we can probably just remove that dotenv dependency entirely, as we have our own script for loading the azd env when running locally. See PR https://github.com/Azure-Samples/azure-search-openai-demo/pull/2120
Very cool, thanks for the PR!! I won't have any bandwidth to review PRs this week as we've got some live streams happening, but I'll take a look next week.
Okay, I will review this week, thanks for letting me know it's ready!
@bnodir This is so cool! I pushed one change to move the dropdown to a fluentUI dropdown and add a label, which makes the UI more consistent and fixes an...
@zedhaque I think you were looking into i18n, potentially, for your audience? Am curious if you have any feedback on this PR. Also if you foresee issues with responsiveness.