Skip to content

Commit c73feff

Browse files
committed
fix: version file
1 parent 2a9c08a commit c73feff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/workflowai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const getCapitalInfo = workflowAI.agent<
6060
// The selected model is in the same price range and depends on the error that was triggered
6161
// - "never": the fallback is never used
6262
// - list of model names: models to try in order after the primary model fails
63-
useFallback: ['gpt-4o-mini', 'gpt-4o'],
63+
useFallback: ['gpt-4o-mini-latest', 'gpt-4o-latest'],
6464
});
6565

6666
// Run Your AI agent

packages/workflowai/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// DO NOT EDIT: file is generated by build process
2-
export const PACKAGE_VERSION = '1.6.7';
2+
export const PACKAGE_VERSION = '1.6.8';

0 commit comments

Comments
 (0)