We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfa7b6 commit e0cab2fCopy full SHA for e0cab2f
src/app/api/ai/summary/route.ts
@@ -9,6 +9,7 @@ import { apiClient } from '~/lib/request'
9
10
const openai = new OpenAI({
11
apiKey: process.env.OPENAI_API_KEY,
12
+ fetch,
13
})
14
15
export const GET = async (req: NextRequest) => {
0 commit comments