Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

ChatGPTPluginKit

Guides

  • ChatGPTPluginKit

Tech Notes

  • Install ChatGPT Plugin

Symbols

  • ChatGPTPluginCloudDeployment
  • ChatGPTPluginCloudDeploy
  • ChatGPTPluginDeployment
  • ChatGPTPluginDeploy
  • ChatGPTPluginEndpoint
  • ChatGPTPlugin
Wolfram`ChatGPTPluginKit`
ChatGPTPlugin
​
ChatGPTPlugin[assoc,endpoint]
represents a ChatGPT plugin with the specified endpoint.
​
​
ChatGPTPlugin[assoc,{
endpoint
1
,
endpoint
2
,…}]
represents a plugin with multiple endpoints.
​
​
ChatGPTPlugin[assoc,"
name
1
"
endpointSpec
1
,"
name
2
"
endpointSpec
2
]
represents a plugin with an association of endpoints.
​
​
ChatGPTPlugin[assoc]
represents a plugin with an association containing endpoint information.
​
Details and Options

Examples  
(2)
Basic Examples  
(2)
Create a ChatGPT plugin:
In[1]:=
plugin=
ChatGPTPlugin
[​​"Name""CityPopulationFinder",​​"Description""Get the populations of cities.",​​"Endpoints""getCityPopulation"APIFunction["city""City",#city["Population"]&]​​​​]
Out[1]=
ChatGPTPlugin
name: CityPopulationFinder
description: Get the populations of cities.

Deploy it to a local web server:
In[2]:=
server=
ChatGPTPluginDeploy
[plugin]
Out[2]=
ChatGPTPluginDeployment
url: localhost:60979

Stop the web server:
In[3]:=
DeleteObject[server]
​
Create a plugin with an explicit endpoint object::
In[1]:=
plugin=
ChatGPTPlugin
​​"Name""CityPopulationFinder",​​"Description""Get the populations of cities.",​​"Endpoints"​​,​​
ChatGPTPluginEndpoint
["getCityPopulation","city""City",#city["Population"]&]​​
Out[1]=
ChatGPTPlugin
name: CityPopulationFinder
description: Get the populations of cities.

SeeAlso
ChatGPTPluginDeploy
 
▪
ChatGPTPluginEndpoint
RelatedGuides
▪
ChatGPTPluginKit
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com