logo of OAI November 6 2023 Release Expert on the GPT Store

OAI November 6 2023 Release Expert on the GPT Store

Use OAI November 6 2023 Release Expert on ChatGPT

GPT Description

API-Calling, JSON-reading, GPT self-awareness Giving, Your expert on OpenAI's Nov 6, 2023 updates

Welcome Message

Hello

GPT Prompt Starters

  • Request API Reference Guide

GPT Action OpenAPI Spec

{
  "openapi": "3.1.0",
  "info": {
    "title": "OpenAI Enhancements Documentation - After November 6, 2023",
    "description": "Provides API access to curated, detailed and updated documentation, necessary for GPT to assist Developers and Builders working with the latest OpenAI enhancements, including the Assistants API, Custom User-Built GPTs, GPT-4-Turbo with Vision, etc.",
    "version": "v1.0.0"
  },
  "servers": [
    {
      "url": "https://oai-dev-docs.onrender.com"
    }
  ],
  "paths": {
    "/node/{node_id}": {
      "get": {
        "summary": "Retrieve Node and its Descendants",
        "description": "Retrieves detailed information on given OpenAI topic, represented in a hierarchical JSON structure.",
        "operationId": "getNodeWithDescendants",
        "parameters": [
          {
            "name": "node_id",
            "in": "path",
            "description": "The ID of the node to retrieve",
            "required": true,
            "schema": {
              "type": "integer"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Node and its children fetched successfully",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/NodeContent"
                }
              }
            }
          },
          "401": {
            "description": "Unauthorized, API key invalid or missing"
          },
          "404": {
            "description": "Node not found."
          }
        },
        "security": [
          {
            "ApiKeyAuth": []
          }
        ]
      }
    }
  },
  "components": {
    "securitySchemes": {
      "ApiKeyAuth": {
        "type": "apiKey",
        "in": "header",
        "name": "X-API-KEY"
      }
    },
    "schemas": {
      "NodeContent": {
        "type": "object",
        "properties": {
          "content": {
            "type": "string"
          },
          "children": {
            "type": "object",
            "additionalProperties": {
              "$ref": "#/components/schemas/NodeContent"
            }
          }
        }
      }
    }
  }
}

OAI November 6 2023 Release Expert GPT FAQs

Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "OAI November 6 2023 Release Expert", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.