GenkitG
Genkitโ€ข2y agoโ€ข
4 replies
unexpected-ivory

I had a 1/4 baked idea I was looking at

I had a 1/4 baked idea I was looking at the new intro code

  const result = await generate({
      model: gemini15Flash // Or use claude3Sonnet, llama31, gpt4o
      prompt: 'What makes you the best LLM out there?',
  });


what if we supported variations by default

  const result[] = await generate({
      model: [gemini15Flash, llama31, gpt4o],
      prompt: 'What makes you the best LLM out there?',
  });


and then the DevUI would show the results side-by-side
Was this page helpful?