Skip to content

Commit 13aece6

Browse files
committed
Update default gptscript binary path
1 parent c6d7eef commit 13aece6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gptscript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ async function getCmdPath(): Promise<string> {
902902

903903
const path = await import("path")
904904
const url = await import("url")
905-
return path.join(path.dirname(url.fileURLToPath(import.meta.url)), "..", "bin", "gptscript")
905+
return path.join(path.dirname(url.fileURLToPath(import.meta.url)), "..", "..", "bin", "gptscript")
906906
}
907907

908908
function parseBlocksFromNodes(nodes: any[]): Block[] {

0 commit comments

Comments
 (0)