Skip to content

Commit 50bdc85

Browse files
iwilltry42cjellick
authored andcommitted
chore: upgrade knowledge to v0.4.12
1 parent f768ce7 commit 50bdc85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/knowledge/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export function gatewayTool(): string {
2-
return 'github.com/gptscript-ai/knowledge/[email protected]-gateway.dev4';
2+
return 'github.com/gptscript-ai/knowledge/[email protected]';
33
}
44

55
// This is a bit hacky because we need to make sure that the knowledge tool is updated to the latest version.

scripts/install-binary.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if (process.platform === 'win32') {
8484
const gptscript_info = {
8585
name: 'gptscript',
8686
url: 'https://github.com/gptscript-ai/knowledge/releases/download/',
87-
version: 'v0.4.12-gateway.dev4',
87+
version: 'v0.4.12',
8888
};
8989

9090
const pltfm = {

0 commit comments

Comments
 (0)