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
ChristopherWolfram`ChatGPTPlugins`
C
h
a
t
G
P
T
P
l
u
g
i
n
C
h
a
t
G
P
T
P
l
u
g
i
n
[
a
s
s
o
c
,
e
n
d
p
o
i
n
t
]
r
e
p
r
e
s
e
n
t
s
a
C
h
a
t
G
P
T
p
l
u
g
i
n
w
i
t
h
t
h
e
s
p
e
c
i
f
i
e
d
e
n
d
p
o
i
n
t
.
C
h
a
t
G
P
T
P
l
u
g
i
n
[
a
s
s
o
c
,
{
e
n
d
p
o
i
n
t
1
,
e
n
d
p
o
i
n
t
2
,
…
}
]
r
e
p
r
e
s
e
n
t
s
a
p
l
u
g
i
n
w
i
t
h
m
u
l
t
i
p
l
e
e
n
d
p
o
i
n
t
s
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
Create a ChatGPT plugin:
I
n
[
1
]
:
=
p
l
u
g
i
n
=
C
h
a
t
G
P
T
P
l
u
g
i
n
"
N
a
m
e
"
"
C
i
t
y
P
o
p
u
l
a
t
i
o
n
F
i
n
d
e
r
"
,
"
D
e
s
c
r
i
p
t
i
o
n
"
"
G
e
t
t
h
e
p
o
p
u
l
a
t
i
o
n
s
o
f
c
i
t
i
e
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
C
i
t
y
P
o
p
u
l
a
t
i
o
n
"
,
"
c
i
t
y
"
"
C
i
t
y
"
,
#
c
i
t
y
[
"
P
o
p
u
l
a
t
i
o
n
"
]
&
]
O
u
t
[
1
]
=
C
h
a
t
G
P
T
P
l
u
g
i
n
n
a
m
e
:
C
i
t
y
P
o
p
u
l
a
t
i
o
n
F
i
n
d
e
r
d
e
s
c
r
i
p
t
i
o
n
:
G
e
t
t
h
e
p
o
p
u
l
a
t
i
o
n
s
o
f
c
i
t
i
e
s
.
Deploy it to a local web server:
I
n
[
2
]
:
=
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
]
=
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
:
Stop the web server:
I
n
[
3
]
:
=
D
e
l
e
t
e
O
b
j
e
c
t
[
s
e
r
v
e
r
]
S
e
e
A
l
s
o
C
h
a
t
G
P
T
P
l
u
g
i
n
D
e
p
l
o
y
▪
C
h
a
t
G
P
T
P
l
u
g
i
n
E
n
d
p
o
i
n
t
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
C
h
a
t
G
P
T
P
l
u
g
i
n
s
"
"