diff --git a/components/script/chatBar/commands.tsx b/components/script/chatBar/commands.tsx index 86f66eb5..1739921a 100644 --- a/components/script/chatBar/commands.tsx +++ b/components/script/chatBar/commands.tsx @@ -34,7 +34,7 @@ import { ingest } from '@/actions/knowledge/knowledge'; to the previous command in the list. This is a bit hacky but it works for now. */ -const gatewayTool = 'github.com/gptscript-ai/knowledge@v0.4.10-gateway.2'; +const gatewayTool = 'github.com/gptscript-ai/knowledge@v0.4.10-gateway.5'; const options = [ { diff --git a/scripts/install-binary.mjs b/scripts/install-binary.mjs index 0b7ee218..f1150460 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.10-gateway.2', + version: 'v0.4.10-gateway.5', }; const pltfm = {