Copilot Studio Generative AI Returns No Results
I've setup an Azure AI Search index and can use OpenAI Studio to ask it questions via the "chat playground". However, no matter whether I try to deploy it via "Deploy via Copilot Studio" or create one in Copilot Studio from scratch…
WHat does 'operational measures' refer to in the Microsoft Generative AI Services Code of Conduct
I am trying to understand Microsoft's Generative AI Services Code of Conduct. What does 'operational measures' mean (as well as some examples of what it could mean) in the following instruction: Implement technical and operational measures to detect…
Are Azure OpenAI Service Rate Limits Shared Between Deployments?
I have two Azure OpenAI services, one called dev and the other prod, both using the GPT-4 model deployed on UKS with different versions. The prod service has a TPM of 35k and the dev service has a TPM of 10k. While testing, I encountered rate limit…
Deploy Azure OpenAI Model via CLI in region external to RG
I am deploying an OpenAI model via the Azure CLI. The resource group my Open AI Service sits in does not have quota for models, so I am attempting to deploy a model in another region into this RG. I have tried the following command based on the following…
Azure OpenAI API call tags/labels or differentiator
I am using an Azure OpenAI subscription with a resource group. I have multiple projects running under the same resource group for short periods. Instead for building multiple resource groups for cost analysis, looking for a way to send a tag/label per…
Your resource has been temporarily blocked because we detected behavior that may violate our content policy. For more details on Azure OpenAI service content policy, please visit https://aka.ms/aoaicodeofconduct | Apim-request-id: 1a758415-f976-4140-a98e-
why this happen suddenly Your resource has been temporarily blocked because we detected behavior that may violate our content policy. For more details on Azure OpenAI service content policy, please visit https://aka.ms/aoaicodeofconduct |…
Inconsistent results with AI Search and Open AI Models : Understanding the interaction between model and Azure AI Search
While using Open AI model (gpt 3.5 Turbo) with Azure AI search via a python based web application and the search results are very disappointing and unreliable. I have setup a semantic configuration too. I noticed when i search for something i.e Find all…
Temporary Block on Azure OpenAI Resource - Request for Review Due to No Policy Violation
I’m reaching out regarding an issue where my Azure OpenAI resource was temporarily blocked, with the following error message: API Error: Status Code 403, {"error":{"code":"Forbidden","message":"Your resource…
Your resource has been temporarily blocked because we detected behavior that may violate our content policy.
PermissionDeniedError("Error code: 403 - {'error': {'code': 'Forbidden', 'message': 'Your resource has been temporarily blocked because we detected behavior that may violate our content policy. For more details on Azure OpenAI service content…
gpt4 turbo-2024-04-09 is down in US East region despite Azure Health saying it's up
I'm losing a lot of credits in my pipeline since Azure Health is reporting this model as working yet it's failing basic http responses. Even in the playground chatting with it generates the following error: Error The server had an error processing your…
Deployment OpenAI with model gpt4 using ARM template
I am trying to launch an openAI resource and when it finishes launching a gpt-4 template, but I get the following error: The 'properties' field is invalid, error: 'Error converting value "gpt-4" to type…
{"detail":"Extra parameters ['safe_prompt'] are not allowed when extra-parameters is not set or set to be 'error'. Set extra-parameters to 'pass-through' to pass to the model."}
Hi, I have a working code, it suddenly getting following exception: httpx.HTTPStatusError: Error response 400 while fetching https://mistral-nemo-iggff.swedencentral.models.ai.azure.com/chat/completions: {"detail":"Extra parameters…
Unable to Download the output file using Batch Job on Azure OpenAI UI
I am trying to download my completed batch using Azure OpenAI Batch Jobs UI. My lot is completed. When I am trying to download the output file, it keeps loading then gives me timeout error Need help downloading my output JSONL file
Unreliable Results When Indexing SharePoint Document Libraries in Azure AI Search Preview
We indexed the contents of a SharePoint document library in Azure AI Search following the instructions provided here: https://learn.microsoft.com/en-us/azure/search/search-howto-index-sharepoint-online#limitations-and-considerations. During testing, we…
How do I know if Microsoft Has Scanned an AI model in the Azure AI Studio Model Catalog
How do I know if Microsoft Has Scanned an AI model in the Azure AI Studio Model Catalog using HiddenLayer - do not see any confirmation that it has been scanned?
api call hitting api request time out error in azure app service
On my Azure account, I'm using the OpenAI GPT-4 API within an application built with Azure App Service. I’m encountering an issue where the API returns a timeout error after every 2 to 4 messages. However, when I use the same API calls in an Azure ML…
Uploading Files with "assistants" purpose
curl --location 'https://huswabagpt.openai.azure.com/openai/files/import?api-version=2024-08-01-preview' --header 'api-key: ' --header 'Content-Type: application/json' --data…
Can't create azure ai studio deployment
Failed to create Azure OpenAI resource InvalidTemplateDeployment: The template deployment failed with error: 'Authorization failed for template resource 'natta-m36oxe4u-australiaeast' of type 'Microsoft.CognitiveServices/accounts'. The client '' with…
Azure OpenAI Token Limit Issue
An attempt is being made to request a chat completion of approximately 60,000 tokens. While this is possible with the OpenAI API, a max token error is encountered, limiting the token count to about 4,000 tokens. Is there a way to request a completion…
I get an error when deployinh chat gpt4o
Error during deployment: Deployment Error Details: InvalidTemplateDeployment: The template deployment 'openai' is not valid according to the validation procedure. The tracking id is '8b9cac20-6fe9-432e-939d-05974bda6d89'. See inner errors for…