trying to create an azure bot service but getting Cannot create a v2 converged app error message
trying to create azure bot service but getting below error, validation is also passed .it's really annoying me now. In that subscription I have owner permission as well.
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,…
Azure OpenAI Content filters blocking content incorrectly. DefaultV2 and Default
Azure OpenAI Content filters blocking content incorrectly. DefaultV2 and Default. Can be reproduced in Playground. Question in spanish: como puedo seleccionar el compromiso de una suscripción? translation: how can I select a subscription…
How to generate multiple images at once using Azure OpenAI's DALLE
Hi everyone, I am currently have a DALL-E 3 model deployed in Azure OpenAI, and I am using Python to access the model. However, when I try to increase the number of generations per call, using the 'n' parameter, it returns the following error: Failed…
How to upgrade Azure Open AI model from gpt-35-turbo to gpt-4o-global
Hi Support Team, Would like to ask how to upgrade Azure Open AI model from gpt-35-turbo to gpt-4o-global? Thanks in advance.
Increase My Context Windows In Azure OpenAI Service
I am in the Microsoft Startup Hub program and I would like to increase the context windows for our models in Azure OpenAI Service
How to achieve 50,000 azure open ai api requests in 5 hours which contains minimum of 10k input tokens and 7k output tokens in each call?
For my use case, I want to process the text data using azure openAI. The model im using is gpt-4o-mini. In this I need to process 15,000 * 50,000 tokens in 8 hours. So , the number of api calls per minutes or ratelimit is restricting my solution. Can…
Unable to Enable Vector Search in Azure OpenAI Chat Playground for Azure AI Search Data Source
When I am trying to create a chat playground I can't enable vector search for my "Azure AI Search" data source. The index has embedding included and I have embedding in my deployment. The steps I have taken to get here. Go to Azure OpenAI…
Issue with Azure OpenAI Integration: Response Returning None and Debugging Steps
Hi everyone, I’m working on an application that integrates with Azure OpenAI using the azure-openai Python SDK. My setup includes functionality for creating assistants, uploading files to a vector store, and requesting responses using threads and tools…
Generated files names from Azure OpenAi assistants are unformatted
Hi, The generated files from Azure OpenAi Assistatns of type image are wrong formated. Sometimes it works as expected. Other times, it generates random guid file names without valid extension. Check attached The prompt was - Generate sin wave image
Character Limit Issue with Azure OpenAI Bot in Microsoft Teams
I am developing a bot using Azure OpenAI and Search service, which is deployed on Microsoft Teams. The bot works correctly in my local environment, but when I deploy it to Teams, the responses fail due to the character limit in the Teams channel (480…
Is it possible if GPT 4o or GPT 4 extract content in the documents (pdf, word,excel) if user upload it in the chatbot?
Hi, I have questions regarding the capabilities of GPT 4o or GPT 4 model in Azure OpenAI. Currently, I need to develop a custom chatbot mobile application that utilize the Azure OpenAI GPT model for internal usage. One of the user requirements are the…
About Azure OpenAI Service Batch
i did batch work about getting information about image by using gpt-4o-mini-batch reference is that …
AzureOpenAI FileUpload - Timeout APIConnectionError during Large File Upload (>200MB)
About this case, I posted in azure github, but do not get answer yet. https://github.com/Azure/azure-sdk-for-js/issues/31148#issuecomment-2389261458 Describe the bug When attempting to upload a large file (>200MB) to the Azure OpenAI API using the…
Getting error max_prompt_tokens only when generating files @ Assistants
Hi, At Azure OpenAi Assistants, all runs keep failing when asking to generate file. Error details Max prompt tokens while other types of prompts are normally operating "id": "run_4BCHhcmo09UaoFdPPt3XQnyO", "object":…
Access to o1 models on Azure OpenAI
Hello, 2 months ago I applied for the Azure OpenAI Service o1 model on behalf of my company, but we still couldn't get any response. Is there anyone from Microsoft can check the current situation of our application? Thanks, Mert
Unable to Deploy Web App from AI Studio Chat Playground
Following the Azure docs about creating a Web app chatbot I fill in the correct deployment information from an AI Studio project based in East US. In the Chat Playground in Azure AI Studio I select Deploy > ...As a Web App with the following…
Not able to see URI after deploying GPT-35-Turbo-Instruct Model
Hello Team, I deployed a GPT-35-turbo-instruct model. However I could not see the URI. I checked after 3 hours, still not URI. I deployed another GPT-35-Turbo and it went well. The URI was visible just after deployment. However there seems to be some…
How to deploy GPT 4o in Canada keeping data residency requirements
I am trying to deploy GPT 4o in Canada, with keeping to data residency requirements. My data needs to stay in Canada for a health care use case. In Azure studio, reviewing my quota page, I do not see a standard quota type for model 4o in Canada. I only…
Why is my RAG model giving non-deterministic answer to same question?
I am using azure virtual machines to host a LLM that is in a RAG model. I ask it the same question multiple times and it gives me different results. It says 'I don't know the answer' sometimes and sometimes it gives the actual answer (which is the…