Skip to content

Commit

Permalink
Merge pull request #150 from ibuildthecloud/daemon-url
Browse files Browse the repository at this point in the history
Switch daemon url to gptscript
  • Loading branch information
ibuildthecloud authored Mar 12, 2024
2 parents 8ba3bf1 + db39633 commit 74a3d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}
Expand Down

0 comments on commit 74a3d56

Please sign in to comment.