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
ChatGPTPluginKit
Guides
ChatGPTPluginKit
Tech Notes
Install ChatGPT Plugin
Symbols
ChatGPTPluginCloudDeployment
ChatGPTPluginCloudDeploy
ChatGPTPluginDeployment
ChatGPTPluginDeploy
ChatGPTPluginEndpoint
ChatGPTPlugin
Wolfram`ChatGPTPluginKit`
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
.
C
h
a
t
G
P
T
P
l
u
g
i
n
[
a
s
s
o
c
,
"
n
a
m
e
1
"
e
n
d
p
o
i
n
t
S
p
e
c
1
,
"
n
a
m
e
2
"
e
n
d
p
o
i
n
t
S
p
e
c
2
]
r
e
p
r
e
s
e
n
t
s
a
p
l
u
g
i
n
w
i
t
h
a
n
a
s
s
o
c
i
a
t
i
o
n
o
f
e
n
d
p
o
i
n
t
s
.
C
h
a
t
G
P
T
P
l
u
g
i
n
[
a
s
s
o
c
]
r
e
p
r
e
s
e
n
t
s
a
p
l
u
g
i
n
w
i
t
h
a
n
a
s
s
o
c
i
a
t
i
o
n
c
o
n
t
a
i
n
i
n
g
e
n
d
p
o
i
n
t
i
n
f
o
r
m
a
t
i
o
n
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
2
)
Basic Examples
(
2
)
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
.
"
,
"
E
n
d
p
o
i
n
t
s
"
"
g
e
t
C
i
t
y
P
o
p
u
l
a
t
i
o
n
"
A
P
I
F
u
n
c
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
]
=
C
h
a
t
G
P
T
P
l
u
g
i
n
D
e
p
l
o
y
m
e
n
t
u
r
l
:
l
o
c
a
l
h
o
s
t
:
6
0
9
7
9
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
]
Create a plugin with an explicit endpoint object::
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
.
"
,
"
E
n
d
p
o
i
n
t
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
.
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
K
i
t
"
"