diff --git a/actions/knowledge/util.ts b/actions/knowledge/util.ts index 5c88462..16955dd 100644 --- a/actions/knowledge/util.ts +++ b/actions/knowledge/util.ts @@ -1,5 +1,5 @@ export function gatewayTool(): string { - return 'github.com/gptscript-ai/knowledge/gateway@v0.4.14-rc.5'; + return 'github.com/gptscript-ai/knowledge/gateway@v0.4.14-rc.6'; } // This is a bit hacky because we need to make sure that the knowledge tool is updated to the latest version. diff --git a/scripts/install-binary.mjs b/scripts/install-binary.mjs index 3caa3a9..77368ce 100644 --- a/scripts/install-binary.mjs +++ b/scripts/install-binary.mjs @@ -84,7 +84,7 @@ if (process.platform === 'win32') { const gptscript_info = { name: 'gptscript', url: 'https://github.com/gptscript-ai/knowledge/releases/download/', - version: 'v0.4.14-rc.5', + version: 'v0.4.14-rc.6', }; const pltfm = {