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…
Error while doing fine tuning
Why do i get the following error when i try to fine tune using the code available in documentation. BadRequestError: Error code: 400 - {'error': {'code': 'invalidPayload', 'message': 'The specified base model does not support fine-tuning.'}} This is code…
Azure OpenAI streaming token usage
Situation We have multiple services that use GPT model, and the services use streaming chat completion. And, token usage monitoring is required for each service. So, It needs retrieving token usage from stream response. Problem But, the response doesn't…
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…
Using GPT API to utilize AzureOpenAI with in-house data in highly security-sensitive industries.
I am developing a system for a client. The client is in an industry that is very strict about security when it comes to handling data. As such, the client is concerned about uploading data to the Azure cloud environment and including their own company…
Why am I getting a 500 Internal Service Error from calling Azure OpenAI
When I call Azure's OpenAI resource, I get a 500 error when I was getting no issues when calling the exact same resource with the same method previously.
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…