We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c7e9d commit 7d25221Copy full SHA for 7d25221
examples/financial-research-agent/agents.ts
@@ -115,6 +115,6 @@ export type FinancialReportData = z.infer<typeof FinancialReportData>;
115
export const writerAgent = new Agent({
116
name: 'FinancialWriterAgent',
117
instructions: writerPrompt,
118
- model: 'gpt-4.5-preview-2025-02-27',
+ model: 'gpt-4.1',
119
outputType: FinancialReportData,
120
});
0 commit comments