Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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].5';
const gatewayTool = 'github.com/gptscript-ai/[email protected].6';

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.5',
version: 'v0.4.10-gateway.6',
};

const pltfm = {
Expand Down