Skip to content

Commit db39633

Browse files
Switch daemon url to gptscript
1 parent 8ba3bf1 commit db39633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/engine/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/gptscript-ai/gptscript/pkg/types"
1414
)
1515

16-
const DaemonURLSuffix = ".daemon.gpt.local"
16+
const DaemonURLSuffix = ".daemon.gptscript.local"
1717

1818
func (e *Engine) runHTTP(ctx context.Context, prg *types.Program, tool types.Tool, input string) (cmdRet *Return, cmdErr error) {
1919
envMap := map[string]string{}

0 commit comments

Comments
 (0)