Thanks for the reply. Can you specify where I should use fetch()? the error occurs in deployment whe

Thanks for the reply. Can you specify where I should use fetch()? the error occurs in deployment when i have this inside /server/api/query.ts (using nuxt 3):

import { OpenAI } from 'langchain/llms/openai';

export default defineEventHandler(async e => {
   const model = new OpenAI(); //OPENAI_API_KEY set in env
});
Was this page helpful?