Generate text

Generate text with Vercel's AI SDK
typescript

  const { response } = await generateText({
    model: openai('gpt-4'),
    system: 'You are a helpful assistant.',
    messages,
  });