Alfred Zou
Results
1
issues of
Alfred Zou
Hi, when using this library, I encountered following problem: My Code: ```node const handler = async (req: NextRequest) => { const reqBody = await req.json(); const openAIApi = new OpenAIApi(...