The Microsoft Learn Challenge to build AI Aps with Azure Services is missing a module
Hi, I signed up for the Microsoft Learn Challenge | Ignite Edition: Build AI apps with Microsoft Azure services. When I check where I stand, it says I completed 26/27 modules. However, the challenge lists only 26 modules. Where can I find the last…
How to fix Dalle 3 api generations issues in Microsoft Azure
Hello, whenever I use dalle3 api I get this error: Error occurred when calling image API: No added Azure deployment found for image model: dall-e-3 - you need to add this model in your Azure Portal as a Deployment -- But when I try to use dalle3 in…
Semantic kernel with Plugin that includes 1000 entities results in very high token usage
Hello, I am playing with Semantic Kernel to link my API data source to the gpt-4o model. The service I inject has the following code: public class MyPlugin { private ICollection<MyApiRecord>? records; private WebApiClientFactory…
openai.RateLimitError - Unable to use Azure Open AI for multi modal input
I am using Azure Open AI (gpt-4o) model. With simple text input, the result is returning fine. When provided with image input (multi modal), to extract the data from image it throws error of ratelimiterror. I am currently using Free Trail version. I hope…
Azure AI Studio: Error in Index Lookup Step of Prompt Flow ('search_function_construction')
I'm experiencing an issue with Azure AI Studio while working on a prompt flow. I had successfully deployed multiple versions before, but suddenly, I started encountering an error during the index lookup step. The error message is: lookup : Execution…
Vectors and AoAi assitants generated & user uploaded files
Good Day I can not find AoAi assistants and vector generated files at the new UI of Azure Ai Foundary, I can access them only via APIs Is that possible to use the old look?
Access Denied Azure Open AI services
Hi Team Not able to access Playground chat using Visual Studio Professional Subscription but getting below error while accessing any service Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for…
Promptflow Error unsupported operand type(s) for +: 'dict' and 'dict'
I have tried multiple prompt flows in different ways, but all of them are resulting in same error. Flow work fine in prompt flow compute session Chat It also works fine for first time in postman Second time onwards, it starts throwing error. I am using…
Billing endpoint cannot reach while starting the disconnected container
I am try to run the translation container in disconnected environment, I have configured the container and as i am trying to run the the container it is giving the error “Failed to reach billing endpoint. Trying 9 more times. Received a billing response…
Unable to access AzureOpenAI
I have a AzureOpenAI Chat playground setup with a deployment of gpt-4o model. I am trying to access it to integrate with our application, but unable to access it. I have a Cognitive Services OpenAI contributor role assigned for OpenAI Service access,…
o1 model / OpenAI Service and the Assistants API
Hello, It was just announced that the o1 model is coming soon to the Azure OpenAI Service - that is great news, but as of right now, the Assistants API which is in Preview in Azure only supports the gpt4-o model version 2024-05-13 (source).. will this…
Deployment of my customized version from the Playground configured in Azure OpenAI Studio.
I need to use my AI in my application, but it requires some custom configurations. Among these, I want to sync Azure AI Search so that my AI can leverage PDFs and documents for training and improve its responses. The solution I found is through the…
Azure AI - Error 429 GPT4o Chat Playground
Dear Team, I have configured in Azure AI Chat Playground the "Add your data" (Preview) with GPT4o deployment. It is connected to my Azure AI Search Index which has 9 PDF documents. Whenever I chat with the bot, it successfully respond to the…
Does the Azure OpenAI GPT-4 (gpt-4o) have access to the internet?
Hello, community! I’m currently deploying various web apps in Azure, including a "Contoso" web app created in the Azure OpenAI Playground and other RAG (Retrieval-Augmented Generation) chats leveraging the GPT-4 (gpt-4o) model. However, I’m…
Connecting AoAi Chat completion to internet search
Good Day Is that possible to connect Chat completions API to bing Search? without using Assistants module.. just chat completions?
Accessing Vector Stores
Good Day, Where shall i find vector stores? APIs shown i've mutliple vector stores, status processed, but can not find them on the new UI Is that possible to switch back to the old UI?
How to avoid Jailbreak errors using O1 model
Hello, We have been running into constant Jailbreak errors when using O1 models on Azure. The same prompts on OpenAI works without any errors. Our subscription has been approved to disable content filter, however in this link, it states configurable…
Issue with Azure Promptflow API Deployment Functionality
Today, there seems to be an issue with Azure Promptflow deployment. API deployment is not functioning properly, but the Promptflow chat in the Dev Studio is still responding as expected. error log: 2024-12-18 08:55:24 +0000 22 execution …
Application error after deploying azure open ai code to azure web app
Hi, My azure open ai web app chatbot is working fine before today. So today, I'm doing some minor changes to the code. Compile and run locally and the chatbot works fine. Then I deploy it to existing web app in Azure successfully. But after a while when…
can't create open AI assistance via Azure.AI.OpenAI 2.1.0
When trying to run AzureClient.GetAssistantClient(); I get an exception System.InvalidOperationException: 'The preview Assistants feature area is not available in this GA release of the Azure OpenAI Service. To use this capability, please use a…