Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
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
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
ChatGPTPlugins
Guides
ChatGPT Plugins
Tech Notes
Install ChatGPT Plugin
Symbols
ChatGPTPluginDeploy
ChatGPTPluginEndpoint
ChatGPTPlugin
$ChatGPTPluginPort
Install ChatGPT Plugin
Define, deploy, and install a ChatGPT plugin.
Define a simple plugin that implements a TODO list:
I
n
[
1
9
]
:
=
t
o
d
o
s
=
"
C
h
r
i
s
t
o
p
h
e
r
"
{
"
B
u
y
f
o
o
d
"
}
;
p
l
u
g
i
n
=
C
h
a
t
G
P
T
P
l
u
g
i
n
"
N
a
m
e
"
"
T
O
D
O
L
i
s
t
"
,
"
P
r
o
m
p
t
"
"
P
l
u
g
i
n
f
o
r
m
a
n
a
g
i
n
g
a
T
O
D
O
l
i
s
t
,
y
o
u
c
a
n
a
d
d
,
r
e
m
o
v
e
a
n
d
v
i
e
w
y
o
u
r
T
O
D
O
s
.
"
,
"
D
e
s
c
r
i
p
t
i
o
n
"
"
P
l
u
g
i
n
f
o
r
m
a
n
a
g
i
n
g
a
T
O
D
O
l
i
s
t
,
y
o
u
c
a
n
a
d
d
,
r
e
m
o
v
e
a
n
d
v
i
e
w
y
o
u
r
T
O
D
O
s
.
"
,
C
h
a
t
G
P
T
P
l
u
g
i
n
E
n
d
p
o
i
n
t
[
"
g
e
t
T
o
d
o
s
"
,
"
u
s
e
r
n
a
m
e
"
,
L
o
o
k
u
p
[
t
o
d
o
s
,
#
u
s
e
r
n
a
m
e
,
{
}
]
&
]
,
C
h
a
t
G
P
T
P
l
u
g
i
n
E
n
d
p
o
i
n
t
[
"
a
d
d
T
o
d
o
"
,
{
"
u
s
e
r
n
a
m
e
"
,
"
t
o
d
o
"
}
,
(
t
o
d
o
s
[
#
u
s
e
r
n
a
m
e
]
=
A
p
p
e
n
d
[
L
o
o
k
u
p
[
t
o
d
o
s
,
#
u
s
e
r
n
a
m
e
,
{
}
]
,
#
t
o
d
o
]
)
&
]
,
C
h
a
t
G
P
T
P
l
u
g
i
n
E
n
d
p
o
i
n
t
[
"
d
e
l
e
t
e
T
o
d
o
"
,
{
"
u
s
e
r
n
a
m
e
"
,
"
t
o
d
o
_
i
d
x
"
"
I
n
t
e
g
e
r
"
}
,
(
t
o
d
o
s
[
#
u
s
e
r
n
a
m
e
]
=
D
e
l
e
t
e
[
t
o
d
o
s
[
#
u
s
e
r
n
a
m
e
]
,
#
"
t
o
d
o
_
i
d
x
"
-
1
]
)
&
]
O
u
t
[
2
0
]
=
C
h
a
t
G
P
T
P
l
u
g
i
n
n
a
m
e
:
T
O
D
O
L
i
s
t
d
e
s
c
r
i
p
t
i
o
n
:
P
l
u
g
i
n
f
o
r
m
a
n
a
g
i
n
g
a
T
O
D
O
l
i
s
t
,
y
o
u
c
a
n
a
d
d
,
r
e
m
o
v
e
a
n
d
v
i
e
w
y
o
u
r
T
O
D
O
s
.
Deploy the plugin to a local web server:
I
n
[
2
1
]
:
=
s
e
r
v
e
r
=
C
h
a
t
G
P
T
P
l
u
g
i
n
D
e
p
l
o
y
[
p
l
u
g
i
n
]
O
u
t
[
2
1
]
=
S
o
c
k
e
t
L
i
s
t
e
n
e
r
E
n
d
p
o
i
n
t
:
1
2
7
.
0
.
0
.
1
M
e
s
s
a
g
e
s
:
Get the socket on which the server is hosted, showing the port number:
I
n
[
2
9
]
:
=
s
e
r
v
e
r
[
"
S
o
c
k
e
t
"
]
O
u
t
[
2
9
]
=
S
o
c
k
e
t
O
b
j
e
c
t
L
o
c
a
l
I
P
A
d
d
r
e
s
s
:
1
2
7
.
0
.
0
.
1
L
o
c
a
l
P
o
r
t
:
1
8
0
0
0
P
r
o
t
o
c
o
l
:
T
C
P
(
S
e
r
v
e
r
)
U
U
I
D
:
T
C
P
S
E
R
V
E
R
-
0
e
e
d
8
3
0
8
-
e
5
1
5
-
4
d
8
8
-
a
1
d
8
-
2
e
d
a
e
3
d
f
2
2
1
0
N
u
m
b
e
r
o
f
c
o
n
n
e
c
t
e
d
c
l
i
e
n
t
s
:
Open the ChatGPT website in a browser. (There are some known issues with Safari.)
Select the Plugins model from the dropdown menu:
Contents cannot be rendered at this time; please try again later
Then go to the Plugin store:
Contents cannot be rendered at this time; please try again later
Press "Develop your own plugin":
Contents cannot be rendered at this time; please try again later
Input the path to the local web server. The domain is always localhost, while the port defaults to 18000. However, different ports can be selected in
C
h
a
t
G
P
T
P
l
u
g
i
n
D
e
p
l
o
y
:
Contents cannot be rendered at this time; please try again later
The plugin should then be validated, giving the option to install it:
Contents cannot be rendered at this time; please try again later
Once installed, the plugin will appear in the Plugin store and be usable from ChatGPT:
Stop the plugin web server: