GPT 4o works only on web search mode

Follow the steps below to see which models and tools are being used in a conversation:

To see only Model:

  1. Open a Browser

    • Start a browser (for example, Chrome).
  2. Use a JSON Formatter

    • Open a new tab and go to a JSON formatter website (like Json Formatter).
  3. Open ChatGPT

    • Start ChatGPT.
    • Choose either the GPT-4o or GPT-4o Mini model.
    • Click the Web Search icon in the input bar.
  4. Open Developer Tools in Chrome

    • Click the three dots menu (top-right corner of Chrome).
    • Go to More Tools > Developer Tools.
  5. Look at the Network Tab

    • In Developer Tools, go to the Network tab.
    • Click on Fetch/XHR to filter the requests.
  6. Search in ChatGPT

    • Type and search for something in ChatGPT.
  7. Find Conversation Requests

    • In Developer Tools, find the Conversation entry under the Name column.
    • Click the EventStream tab.
    • Find the Assistant role, right-click it, and choose Copy Message.
  8. Use JSON Formatter

    • Paste the copied message into the left side of the JSON formatter.
    • Look for the model_slug field, which shows the model in use.

To see both Tool and Model:

  1. Find the Tool and Model Being Used
    • To check which tool was used (like the old Browse or the new Web tool):
      • In Developer Tools, find the Tool role.
      • Right-click it, choose Copy Message.
      • Paste the copied message into the left side of the JSON formatter.
      • Look for the role tool name and model_slug fields, which shows the tool and model in use.

You can see examples of GPT-4o using the Web tool and GPT-4 using the Browse tool:




1 Like