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…
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…
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":…
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…
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
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 |…
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…
{"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…
Challenges with integrating the AI chatbot into Azure AD!
We are facing challenges integrating our custom AI chatbot application with Azure AD, specifically related to a redirection issue. To ensure seamless integration, we need to troubleshoot this problem. required assistance in resolving this matter would…
Azure OpenAI Studio: Unable To Deploy WebApp - Hanging message "Deploying web app takes ..."
I see this message in Azure OpenAI Studio: "Deploying web app: Deploying the web app takes a few minutes. You can view the status on the Deployments tab." It has been days, there is no web app deployment from Azure OpenAI Studio. And I can't…
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…