We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a9c08a commit c73feffCopy full SHA for c73feff
2 files changed
packages/workflowai/README.md
@@ -60,7 +60,7 @@ const getCapitalInfo = workflowAI.agent<
60
// The selected model is in the same price range and depends on the error that was triggered
61
// - "never": the fallback is never used
62
// - list of model names: models to try in order after the primary model fails
63
- useFallback: ['gpt-4o-mini', 'gpt-4o'],
+ useFallback: ['gpt-4o-mini-latest', 'gpt-4o-latest'],
64
});
65
66
// Run Your AI agent
packages/workflowai/src/version.ts
@@ -1,2 +1,2 @@
1
// DO NOT EDIT: file is generated by build process
2
-export const PACKAGE_VERSION = '1.6.7';
+export const PACKAGE_VERSION = '1.6.8';
0 commit comments