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

ChatGPTPlugins

Guides

  • ChatGPT Plugins

Tech Notes

  • Install ChatGPT Plugin

Symbols

  • ChatGPTPluginDeploy
  • ChatGPTPluginEndpoint
  • ChatGPTPlugin
  • $ChatGPTPluginPort
ChristopherWolfram`ChatGPTPlugins`
ChatGPTPlugin
​
ChatGPTPlugin[assoc,endpoint]
represents a ChatGPT plugin with the specified endpoint.
​
​
ChatGPTPlugin[assoc,{
endpoint
1
,
endpoint
2
,…}]
represents a plugin with multiple endpoints.
​
Details and Options

Examples  
(1)
Basic Examples  
(1)
Create a ChatGPT plugin:
In[1]:=
plugin=
ChatGPTPlugin
​​"Name""CityPopulationFinder",​​"Description""Get the populations of cities."​​,​​
ChatGPTPluginEndpoint
["getCityPopulation","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]=
SocketListener
Endpoint: 127.0.0.1
Messages:

Stop the web server:
In[3]:=
DeleteObject[server]
SeeAlso
ChatGPTPluginDeploy
 
▪
ChatGPTPluginEndpoint
RelatedGuides
▪
ChatGPT Plugins
""

© 2025 Wolfram. All rights reserved.

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