Skip to content

Commit

Permalink
chore: upgrade knowledge to include OpenAI API retries fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Sep 13, 2024
1 parent 57f25ab commit c2746bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/knowledge/util.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export function gatewayTool(): string {
return 'github.com/gptscript-ai/knowledge/gateway@v0.4.14-rc.5';
return 'github.com/gptscript-ai/knowledge/gateway@v0.4.14-rc.6';
}

// This is a bit hacky because we need to make sure that the knowledge tool is updated to the latest version.
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.14-rc.5',
version: 'v0.4.14-rc.6',
};

const pltfm = {
Expand Down

0 comments on commit c2746bf

Please sign in to comment.