We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc0eed commit 8b1484fCopy full SHA for 8b1484f
1 file changed
examples/tanstack-ai-integration.ts
@@ -55,7 +55,7 @@ const tanstackAiIntegration = async (): Promise<void> => {
55
const adapter = openai();
56
const stream = chat({
57
adapter,
58
- model: 'gpt-4o',
+ model: 'gpt-5.1',
59
messages: [
60
{
61
role: 'user',
0 commit comments