1import { openai } from "npm:@ai-sdk/openai";
2import { generateText } from "npm:ai";
3
12 }
13 const { text: ideas } = await generateText({
14 model: openai("gpt-4o-mini"),
15 system: "You are a creative Twitch integration idea generator.",
16 prompt: "Based on the following inspiration, brainstorm creative Twitch integration concepts: " + body.userInput,
1import { openai } from "npm:@ai-sdk/openai";
2import { generateText } from "npm:ai";
3
12 }
13 const { text: ideasList } = await generateText({
14 model: openai("gpt-4o-mini"),
15 system: "You are a creative Twitch integration idea generator.",
16 prompt: "Based on the following inspiration, generate a list of innovative Twitch integration ideas: " + body.inspiration,
1import { openai } from "npm:@ai-sdk/openai";
2import { generateText } from "npm:ai";
3
12 }
13 const { text: ideas } = await generateText({
14 model: openai("gpt-4o-mini"),
15 system: "You are a creative Twitch integration idea generator.",
16 prompt: "Based on the following inspiration, brainstorm creative Twitch integration concepts: " + body.userInput,
1import { openai } from "npm:@ai-sdk/openai";
2import { generateText } from "npm:ai";
3
12 }
13 const { text: ideas } = await generateText({
14 model: openai("gpt-4o-mini"),
15 system: "You are a creative thinker specializing in Twitch integrations.",
16 prompt: "Generate a list of innovative Twitch integration ideas based on the following inspiration: " + body.inspiration,
1import { openai } from "npm:@ai-sdk/openai";
2import { generateText } from "npm:ai";
3
12 }
13 const { text: ideas } = await generateText({
14 model: openai("gpt-4o-mini"),
15 system: "You are a creative Twitch integration idea generator.",
16 prompt: "Based on the following inspiration, generate a list of innovative Twitch integration ideas: " + body.userInput,
1import { openai } from "npm:@ai-sdk/openai";
2import { generateText } from "npm:ai";
3
12 }
13 const { text: ideas } = await generateText({
14 model: openai("gpt-4o-mini"),
15 system: "You are a creative Twitch integration idea generator.",
16 prompt: "Based on the following inspiration, brainstorm creative Twitch integration ideas: " + body.userInput,
1import { openai } from "npm:@ai-sdk/openai";
2import { generateText } from "npm:ai";
3
12 }
13 const { text: ideas } = await generateText({
14 model: openai("gpt-4o-mini"),
15 system: "You are an innovative thinker specializing in language model development.",
16 prompt: "Using the following inspiration, brainstorm new ideas for language models: " + body.userInput,
1import { openai } from "npm:@ai-sdk/openai";
2import { generateText } from "npm:ai";
3
12 }
13 const { text: projectIdeas } = await generateText({
14 model: openai("gpt-4o-mini"),
15 system: "You are a creative project idea generator.",
16 prompt: "Based on the following inspiration, brainstorm open-source project ideas: " + body.userInput,
1import { openai } from "npm:@ai-sdk/openai";
2import { generateText } from "npm:ai";
3
12 }
13 const { text: shopIdeas } = await generateText({
14 model: openai("gpt-4o-mini"),
15 system: "You are a creative business idea generator.",
16 prompt: `Generate a list of creative shop concepts based on the following inspiration: ${body.inspiration}`,
1import { openai } from "npm:@ai-sdk/openai";
2import { generateText } from "npm:ai";
3
12 }
13 const { text: shopIdeas } = await generateText({
14 model: openai("gpt-4o-mini"),
15 system: "You are a creative shop concept generator.",
16 prompt: "Generate a list of creative shop ideas based on the following inspiration: " + body.inspiration,