Azure OpenAi GPT 4o returning "rate_limit_exceeded"
Hello, We have setup a pay as you go account, and we are using Azure openAI services for our internal use case. We have been using GPT-4o for the last 3 months with Assistants API and Azure AI search as well, it was working properly and most of our use…
Azure AI Assistant - 'Browse' / Web Search functionality still on roadmap?
Dear support I created an Azure AI Assistant, and was looking for web search functionalities. In following blog (from May) I saw that this was planned for July 2024, listed as an assistant tool named Browse:…
Azure openai Error: 401"Unauthorized. Access token is missing, invalid, audience is incorrect (https://cognitiveservices.azure.com), or have expired."
Hi all, In my simple python code below, it happens run time error like below, Error: 401 { "statusCode": 401, "message": "Unauthorized. Access token is missing, invalid, audience is incorrect…
How to enable switching between multiple parallel chats with a bot in MS Teams private chats?
Hello, I am currently exploring a solution for a specific requirement in our AI chatbot, which we are developing for MS Teams. The goal is to allow end-users, who use private chats to communicate with the bot, to manage multiple parallel…
Increasing Dataset Field Limit in Custom Generative Model
How can the limit of "The maximum number of fields allowed in a dataset is 150" be increased in a custom generative model?
Azure Speech to Text Error Code
error Exception has occurred: RuntimeError Exception with error code: [CALL STACK BEGIN] > pal_string_to_wstring - pal_string_to_wstring - pal_string_to_wstring - pal_string_to_wstring - pal_string_to_wstring - pal_string_to_wstring -…
Authentication Failed When Creating Prompt Flow
I want to create prompt flow in Azure AI Studio. However, I face the following issue: Authentication Failed Unable to access the dag.yaml file with original storage location at Users/MY_USERNAME/promptflow/MY_PROMPT_FLOW/flow.dag.yaml. Please check the…
Unsupported credential error from azure.ai.inference to use Llama
Hi, I was trying to use Llama model following this tutorial: https://learn.microsoft.com/en-us/azure/ai-studio/how-to/deploy-models-llama?tabs=python-llama-3-2%2Cmeta-llama-3-1&pivots=programming-language-python However, I'm not sure if my credential…
How to detect changes in Non-disclosure Agreements saved as Word documents?
Hi, my use case is processing changes to NDA documents. Amendments are made by either party and those changes need to be compared against previous similar changes and also a playbook. How to detect changes in a Word document where the changes are made…
I want to deploy gpt4o-mini on Azure openai
I want to deploy gpt4o-mini on Azure openai, but I can't. Specifically, it is said like this. Insufficient quota for selected option.There are no locations with enough quota to deploy this model with the selected deployment type and version. You can try…
Can not use assistant feature because of exceed rate limit but I have not use any API yet
I am using $0 pricing tier with free $200 credit. I have an gpt-4o-mini deployment. I created an assistant with that deployment but can not use it. Every time I create a run I will get rate_limit_exceeded: Rate limit is exceeded. Try again in 86400…
Resource not found using client.get_model_info()
I was following this tutorial https://learn.microsoft.com/en-us/azure/ai-studio/how-to/deploy-models-llama?tabs=python-llama-3-2%2Cmeta-llama-3-1&pivots=programming-language-python I used the following code and got error…
Does my app violate Azure Cognitive Services Usage Terms?
I am currently making an app, Skrip, which uses Azure Cognitive Services. It is an application designed to help with scriptwriting by utilizing AI to give users a head start. For audio, I am using the Azure Cognitive API. Currently, I cannot find any…
Does azure-ai-contentsafety client library have functionality to call promptShield and protectedMaterialDetection endpoint? If not when will it come?
Does azure-ai-contentsafety client library have functionality to call promptShield and protectedMaterialDetection end? If not when will it come? I want to call Azure AI content safety services' promptShield and protectedMaterial endpoint through Azure…
Azure AI Studio Chat Playground Broken UI Non Functional
It was working fine but the update 10 minutes ago seems to have broken the UI, badly. The Clear Chat button went missing The conversations were out of bounds Both small and big screens don't work The whole playground is now unusable. Please help.
How Data Snipper from my local is getting connected to Cognitive services which is in Azure though all the outbound port rules are restricted to true using Terraform scrips
I Installed Data snipper locally and try to connect to Cognitive services on Azure Which I created using Private end point and outbound port rules are restricted but still I am able to connect and previously it was not working
Issues with Custom GenAI Extraction Projects
Since yesterday I am encountering strange issues with Custom GenAI Extraction Projects in Azure AI Studio. One out of 5 projects seems fine but for the other ones: documents that were previously uploaded and labelled, disappeared from the project and…
How to fix "interaction required" error in Azure Active Directory
I'm receiving an "interaction required" error with the following error message when trying to access an application in Azure Active Directory: { "sessionId": "79931c6c741740fe97d5f77335f8dda6", "errors": [ …
Azure AI studio- this message is coming even web app is deleted. "Deploying web app: Deploying the web app takes a few minutes. You can view the status on the Deployments tab"
this Deploying web app issue coming in every times even web app has already been deleted: Deploying the web app takes a few minutes. You can view the status on the Deployments tab. Please provide me any solution on this.
Azure AI Studio - Script runs indefinitely with no errors or outputs.
I am following this tutorial to get started with Azure AI Studio. The create_search_index.py script ran successfully and created an index. But the get_product_documents.py and chat_with_products.py scripts do not produce any error or output when running,…