From db39633fb7fd43dbfe39589d66b834d6099f9ee4 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Tue, 12 Mar 2024 13:53:53 -0700 Subject: [PATCH] Switch daemon url to gptscript --- pkg/engine/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/engine/http.go b/pkg/engine/http.go index 0ff30cb7..c4ef9153 100644 --- a/pkg/engine/http.go +++ b/pkg/engine/http.go @@ -13,7 +13,7 @@ import ( "github.com/gptscript-ai/gptscript/pkg/types" ) -const DaemonURLSuffix = ".daemon.gpt.local" +const DaemonURLSuffix = ".daemon.gptscript.local" func (e *Engine) runHTTP(ctx context.Context, prg *types.Program, tool types.Tool, input string) (cmdRet *Return, cmdErr error) { envMap := map[string]string{}