Skip to content

Commit 74a3d56

Browse files
Merge pull request #150 from ibuildthecloud/daemon-url
Switch daemon url to gptscript
2 parents 8ba3bf1 + db39633 commit 74a3d56

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)