Skip to content

Commit

Permalink
Cleanup example imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed May 1, 2024
1 parent 5f4115b commit f3c3ea0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/next-groq/app/api/chat/route.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { OpenAI } from '@ai-sdk/openai';
import { StreamingTextResponse, streamText } from 'ai';
import { createOpenAI } from '@ai-sdk/openai';
import { experimental_streamText } from 'ai';
import { streamText } from 'ai';

export const dynamic = 'force-dynamic';

Expand Down

0 comments on commit f3c3ea0

Please sign in to comment.