Skip to content

Commit 8b1484f

Browse files
committed
docs(examples): use gpt-5.1 model in TanStack AI example
1 parent efc0eed commit 8b1484f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/tanstack-ai-integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const tanstackAiIntegration = async (): Promise<void> => {
5555
const adapter = openai();
5656
const stream = chat({
5757
adapter,
58-
model: 'gpt-4o',
58+
model: 'gpt-5.1',
5959
messages: [
6060
{
6161
role: 'user',

0 commit comments

Comments
 (0)