Skip to content

Commit 914e71e

Browse files
Merge pull request #30 from ibuildthecloud/main
chore: switch to sys.sdkserver
2 parents 4264040 + 796ab69 commit 914e71e

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)