Skip to content

Commit bf86f18

Browse files
authored
fix: upgrade to non-broken knowledge (#254)
* fix: upgrade to non-broken knowledge * Update components/script/chatBar/commands.tsx * Update scripts/install-binary.mjs
1 parent 7e8d685 commit bf86f18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/script/chatBar/commands.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import { ingest } from '@/actions/knowledge/knowledge';
3434
to the previous command in the list. This is a bit hacky but it works for now.
3535
*/
3636

37-
const gatewayTool = 'github.com/gptscript-ai/[email protected].5';
37+
const gatewayTool = 'github.com/gptscript-ai/[email protected].7';
3838

3939
const options = [
4040
{

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.10-gateway.5',
87+
version: 'v0.4.10-gateway.7',
8888
};
8989

9090
const pltfm = {

0 commit comments

Comments
 (0)