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…
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…
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…
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 |…
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…
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…
Without logic app, how to set up automated notification to remind the OpenAI model's retirement dates
I asked a similar question two weeks ago, and the solution you provided is using python, Azure API, and Logic App, which is good. However, for some reasons, the Logic App is not available for us. We are wondering if you can recommend 1-2 different…
Azure AI studio trying to deploy whisper model into S0 region but not an option
I'm trying to deploy a new model into our exisitng azure openaI resource located in australiaeast(s0). According the microsoft docuemtnation the whisper model is avaialbe in this region. see below screen shot of the region being unselectable with (no…
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?
Error (code ManagedIdentityIsNotEnabled) after deploy a web app from AI Studio
Originally the question is asked here https://github.com/microsoft/sample-app-aoai-chatGPT/issues/1024 I'm experiencing a repeatable issue when deploying a web app using the button in AI Studio. Since yesterday, every time I deploy the web app and send…
Incompleted run due to max_prompt_tokens at Azure OpenAI assistants
I'm getting Error that run is incomplete, and the reason is max_prompt_tokens. The tuncation strategy is automated, and there's no hard limit set the token limt. Shouldn't the thread truncate itself to fit with the model? What should be done at such…
Uploading fiel to Azure OpenAi with "assistant" purpose using public SAS URL
I'm trying to upload file to Azure OpenAi to be used at assistants using a public URL like blob SAS or so.. Appreciate your support { "error": { "code": "invalidPayload", "message":…
Azure Open AI Studio / add your data / disabled API key for OAI -> Error: ""We couldn't connect your data"
I am using the "Add your data"-feature in Azure OpenAI. For security, I have disabled key access for Azure AI Services as per this Azure Policy using the command Set-AzCognitiveServicesAccount -DisableLocalAuth $false ... . I have also…
Retrieving total total consumed tokens per thread per assistant
Good Day, Is there any REST API to get total consumed token per thread (not per run) at Azure OpenAI assistants, as one the higlighted at the playground
Error when deploying a new web app using AI Studio
I am using AI Studio for the first time and encounter this error when attempting to deploy the Chat App. I have already registered Microsoft.CognitiveServices within the subscription as the documentation indicates, but I still receive this error: Failed…
Openai Your resource has been temporarily blocked
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" My account is currently facing…
max_tokens in Azure Open AI not serving its purpose
Hello, I am using Azure's OpenAI REST API to fetch responses but am struggling to limit token usage. According to the documentation, I can set a maximum token limit by using the max_tokens parameter, but it doesn’t seem to work as expected. For…
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…
Rag Improvements
Dear all, I am try to improve the quality of my Rag system that is for now composed of a Storage account, an indexer that takes the blobs from such SA, an index and a openAI deployment for chatting (as well as the app interface). I do have…