Skip to content

Commit

Permalink
chore: bump knowledge to v0.4.10-gateway.5 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 authored Aug 22, 2024
1 parent a3e72b0 commit 909407b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/script/chatBar/commands.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].2';
const gatewayTool = 'github.com/gptscript-ai/[email protected].5';

const options = [
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-binary.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 909407b

Please sign in to comment.