2,521 questions with Azure OpenAI Service tags

Sort by: Updated
0 answers

The assistants documentation has the code to link to a vector database in python, is it possible to be implemented in C#.

I want to implement the following functionality in C#, Is it possible to achieve that? from openai import AzureOpenAI client = AzureOpenAI( api_key=os.getenv("AZURE_OPENAI_API_KEY"), api_version="2024-05-01-preview", azure_endpoint…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-30T13:40:35.9033333+00:00
Saket Arora 0 Reputation points
0 answers

429 rate limit error with max_tokens=800 in both East US and Sweden

I am receiving 429 error after having done only a couple dozen requests today in total (and none since days before). I am trying both East US and Sweden data centers with GPT-4 and GPT-4o using max_tokens=800 over several hours. So from all I can tell…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-28T14:37:43.7233333+00:00
Lukas Smith 0 Reputation points
commented 2024-06-30T10:29:07.76+00:00
YutongTie-MSFT 47,916 Reputation points
1 answer

Azure open AI chat/completions endpoint ResponseText contains [doc1], [doc2] along with the text. what does it means

Hi, We are using the Azure Open AI chat/Completions end point to get the search results from the Azure Index. In the response text we are getting the citations along with the responsetext. In Response we have observed that there are some specific…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-25T11:20:46.16+00:00
Chandrashekar Machipeddi 0 Reputation points
answered 2024-06-30T10:22:58.7366667+00:00
YutongTie-MSFT 47,916 Reputation points
0 answers

First Run on OpenAI Assistant Thread won't run.

I am using the Azure OpenAI Assistant, and on my first Run on a thread I get "Rate limit is exceeded. Try again in N seconds." This happens on my first call of the day. This happens both in the AI Sudio Playground and from my own Python code.…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-26T17:26:03.5566667+00:00
Stawsh Murawski 0 Reputation points
commented 2024-06-30T08:33:13.91+00:00
YutongTie-MSFT 47,916 Reputation points
0 answers

Conversational boosting system topic is NOT automatically generated when the copilot is created from Azure OpenAI Studio.

When deploying from Azure Open AI studio to Microsoft Copilot Studio, conversational boosting system topic is not generated. Any idea what i need to do to

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
182 questions
asked 2024-06-30T01:06:36.4233333+00:00
Rotimi Benson 0 Reputation points
0 answers

Can't deploy Azure OpenAI Studio chat to Microsoft Copilot Studio

I am attempting to deploy my Azure OpenAI Studio chat model to a new Microsoft Copilot Studio instance, but the only available deployment option is "A new web app." Has Microsoft removed other deployment options? Here is the link to the…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
182 questions
asked 2024-06-16T13:14:25.5066667+00:00
Rotimi Benson 0 Reputation points
edited a comment 2024-06-30T00:46:42.6733333+00:00
Rotimi Benson 0 Reputation points
1 answer

We are experiencing an issue where the data for multiple customers is getting mixed when fetching the summary for a single customer using GPT-4

We are using Blob storage and AI search services to index the documents of multiple customers and finally integrating it with GPT-4 to generate the summary of the customers. However, when we are querying a single customer, it is mixing the data from…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,559 questions
asked 2024-06-27T10:18:20.2233333+00:00
Amulya Prasad 0 Reputation points
answered 2024-06-30T00:30:21.5266667+00:00
YutongTie-MSFT 47,916 Reputation points
0 answers

How do I fix "openai.BadRequestError: Error code: 400" while fine tuning my model?

I'm running the basic python quickstart code with my training and validation jsonl files inputted and I've run into the following error: "openai.BadRequestError: Error code: 400 - {'error': {'code': 'invalidPayload', 'message': 'The specified file…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-28T17:19:57.3566667+00:00
Kayla Farivar 20 Reputation points
commented 2024-06-29T09:55:32.6233333+00:00
YutongTie-MSFT 47,916 Reputation points
0 answers

An unexpected error occurred while processing your data. Please try again.

hi I'm getting below error when I'm trying to add a data source to a chat bot in Azure Open AI Studio play ground. "An unexpected error occurred while processing your data. Please try again." Can any one help me to find more details about…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-03T17:31:19.4433333+00:00
Varuna 10 Reputation points
commented 2024-06-29T04:32:25.68+00:00
Neil 0 Reputation points
1 answer

Failed to call Azure OpenAI API: failed with error:invalid_api_key

Here is my code using Microsoft.SemanticKernel; using Microsoft.SemanticKernel.ChatCompletion; using Microsoft.SemanticKernel.Connectors.OpenAI; string openAiApiKey= "xxxxx"; Kernel…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,896 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-28T23:43:02.87+00:00
Liwei Yin 0 Reputation points Microsoft Employee
answered 2024-06-28T23:55:10.02+00:00
hossein jalilian 4,690 Reputation points
0 answers

Failed to call Azure OpenAI API: failed with error:invalid_api_key

Here is my c# code(.net 8.0) using Microsoft.SemanticKernel; using Microsoft.SemanticKernel.ChatCompletion; using Microsoft.SemanticKernel.Connectors.OpenAI; string openAiApiKey= "xxxxxxxxxxxxxxx"; Kernel…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,896 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-28T23:46:59.79+00:00
Liwei Yin 0 Reputation points Microsoft Employee
edited the question 2024-06-28T23:51:42.87+00:00
Liwei Yin 0 Reputation points Microsoft Employee
1 answer

TypeError: Cannot read properties of null (reading 'configurations')

Getting this error when trying to import data from AI Search into a deployment in AI Studio : TypeError: Cannot read properties of null (reading 'configurations') Please advise.

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
821 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-27T04:31:56.49+00:00
misc981 26 Reputation points
answered 2024-06-28T23:33:24.0166667+00:00
Grmacjon-MSFT 17,286 Reputation points
1 answer One of the answers was accepted by the question author.

Azure OpenAI Assistants - thread.run.failed generating image with Code Interpreter

I'm always getting a thread.run.failed when trying to generate an image with code_interpreter. Model: gpt-4o Api-version: 2024-05-01-preview Adding the message to the thread: curl --location…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-02T12:53:01.32+00:00
Andres da Silva Santos 110 Reputation points
edited a comment 2024-06-28T19:17:20.4366667+00:00
Miroslav Samoylenko 0 Reputation points
1 answer

Azure AI Studio - Chatbot not using the index to give me the asnwers

I've created a movie database to test and learn about Azure AI Studio. Everything is working (at least apparently). The problem is, when I ask something to the chatbot, even though I have an index (that contains data about movies) configured and attached…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
821 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-28T02:05:09.3366667+00:00
Cezar Pimentel 46 Reputation points
edited the question 2024-06-28T18:15:50.5133333+00:00
ajkuma 24,076 Reputation points Microsoft Employee
2 answers

Azure OpenAI, Is there any documentation that prompts and training data are not stored in Azure Open AI

Is there any official documentation that states Azure Open AI does not store the prompts and the training data?

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,074 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-28T15:53:30.2633333+00:00
Aykut Parlak 0 Reputation points
answered 2024-06-28T17:37:33.2466667+00:00
Suyash Singh 0 Reputation points
1 answer One of the answers was accepted by the question author.

Is there an estimate to how long a fine tuning process would take per 1k tokens? Is the process linear?

I'm starting a process on a fine tuning model that is pretty intensive. There is about 7,099,648 tokens amongst the training and validation file (about 45,000 lines). I want to get an estimate about my time + price cost but can't find any resources that…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-28T00:08:38.5666667+00:00
Kayla Farivar 20 Reputation points
accepted 2024-06-28T15:18:52.6433333+00:00
Kayla Farivar 20 Reputation points
2 answers

Azure OpenAI Studio

I have this issue while adding data to Azure OpenAI studio, how I can solve this problem, I am using a private VNET, the error is: We couldn't connect your data Principal does not have access to API/Operation. How I can solve the problem? Thanks.

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
821 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,559 questions
asked 2024-02-07T13:37:50.6666667+00:00
Bus It 5 Reputation points
answered 2024-06-28T09:19:14.8933333+00:00
jkmz 0 Reputation points
1 answer

How can I fix my fine tuning failed error? Error: "Fine tune failed during postprocessing"

I started a fine tuning model through the azure openai studio and after an hour saw that my model failed. The studio says close to nothing to help understand the error. I believe my training and validation JSONL file are in correct shape and I'm not sure…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,559 questions
asked 2024-06-27T21:00:07.23+00:00
Kayla Farivar 20 Reputation points
answered 2024-06-28T08:25:30.5666667+00:00
Kamil Krawczyk 0 Reputation points
1 answer

how to increase quota on a free account

I require up to 11 quota on my Microsoft Azure Account to work on OpenAI as I need to create a ChatBot. The starter account comes with only 1 quota and i would like to know how i can increase my quota on a free trial account.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,853 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-28T07:30:01.4766667+00:00
Daksh Manchanda 0 Reputation points
edited an answer 2024-06-28T07:50:35.3933333+00:00
Andreas Baumgarten 101.2K Reputation points MVP
0 answers

Differentiate between the index and automatic index created by azure open ai 'own data' feature

Is there any way in which we can differentiate between the index which we created from the azure open ai and the one which created automatically while indexing. We are using Ai search document Nuget package for accessing the data in ai search and we are…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
821 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,521 questions
asked 2024-06-13T17:02:42.3266667+00:00
lakshmi 631 Reputation points
commented 2024-06-28T06:53:02.3466667+00:00
lakshmi 631 Reputation points