Skip to content

Commit 796ab69

Browse files
chore: switch to sys.sdkserver
1 parent 4264040 commit 796ab69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gptscript.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func NewGPTScript(opts GlobalOptions) (GPTScript, error) {
7373
ctx, cancel := context.WithCancel(context.Background())
7474

7575
in, _ := io.Pipe()
76-
serverProcess = exec.CommandContext(ctx, getCommand(), "--listen-address", serverURL, "sdkserver")
76+
serverProcess = exec.CommandContext(ctx, getCommand(), "sys.sdkserver", "--listen-address", serverURL)
7777
if opts.Env == nil {
7878
opts.Env = os.Environ()
7979
}

0 commit comments

Comments
 (0)