Azure openAI and ChatGPT internet search capabilities

Rusydan (Dan) 161 Reputation points
2024-12-06T08:14:37.3033333+00:00

We notice that while using ChatGPT, there is on certain situation where it handle prompt by searching the internet (refer screenshot). Is this available in Azure OpenAI LLM model? As I understand it the LLM model in Azure OpenAI is not intended to crawl over the internet like ChatGPT. If not, can this be setup the sameway like it has in ChatGPT? We plan to setup an apps for internal usage with our own data and train it with GPT 3.5Turbo. But we want to also allow it to search the internet to pull in data information as a supplement information, just like it does in chatGPT. can this be build?

azurechatgpt

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,092 questions
{count} votes

Accepted answer
  1. romungi-MSFT 48,911 Reputation points Microsoft Employee Moderator
    2024-12-06T12:12:23.4833333+00:00

    @Rusydan (Dan) Models deployed using Azure OpenAI cannot search the internet like ChatGPT.

    You can use your deployed model with a set of URLs as a data source though. This comes with its limitations where files are still stored on Azure storage containers and then indexed with Azure AI search and then used by the model. This will also not use the latest content from the URL, as it only checks for the index that was used while it was first created.

    I hope this helps!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.